Skip to content
Snippets Groups Projects
Commit 71a6b558 authored by JorisP's avatar JorisP
Browse files

Bugfix for OASIS coupling and corresponding KTEST

parent 45d8250a
No related branches found
No related tags found
1 merge request!4Bugfix for OASIS's coupling and aerosols (sea salt, dust and anthropogenic)
......@@ -87,7 +87,7 @@ fig = plt.figure()
cmap_wnd = plt.cm.RdBu_r
cmap_toy = plt.cm.RdBu_r
levels_wnd = np.arange( 0.0, 0.26, 0.01)
levels_wnd = np.arange( 1.9, 2.01, 0.01)
levels_toy = np.arange(-10.0, 10.1, 0.1)
norm_wnd = BoundaryNorm(levels_wnd, ncolors=cmap_wnd.N, clip=True)
......
......@@ -20,5 +20,5 @@ cp ../2_input_toy/rstrt_TOY.nc rst_T.nc
ln -fs ../3_input_oasis/namcouple_oce namcouple
# ------------------------------------------
time mpirun -np 1 $PATH_EXETOY/toy_model : -np 1 MESONH${XYZ}
time mpirun -np 1 $PATH_EXETOY/toy_model : -np 1 MESONH${XYZ}
# ------------------------------------------
......@@ -199,10 +199,10 @@ IF(GSEND_LAND)THEN
!
! * Get river output fields
!
CALL GET_SFX_LAND(YSURF_CUR%IM%O, YSURF_CUR%IM%S, YSURF_CUR%U, &
LCPL_GW,LCPL_FLOOD,LCPL_CALVING, LCPL_RIVCARB, &
ZLAND_RUNOFF (:),ZLAND_DRAIN (:), &
ZLAND_CALVING(:),ZLAND_SRCFLOOD(:), ZLAND_DOCFLUX(:) )
CALL GET_SFX_LAND(YSURF_CUR%IM%O, YSURF_CUR%IM%S, YSURF_CUR%U, &
LCPL_GW,LCPL_FLOOD,LCPL_CALVING, LCPL_RIVCARB, &
ZLAND_RUNOFF (:),ZLAND_DRAIN (:), &
ZLAND_CALVING(:),ZLAND_SRCFLOOD(:), ZLAND_DOCFLUX(:) )
!
ENDIF
!
......@@ -210,8 +210,8 @@ IF(GSEND_LAKE)THEN
!
! * Get output fields
!
CALL GET_SFX_LAKE(YSURF_CUR%FM%F,YSURF_CUR%U, &
ZLAKE_EVAP(:),ZLAKE_RAIN(:), &
CALL GET_SFX_LAKE(YSURF_CUR%FM%F,YSURF_CUR%U, &
ZLAKE_EVAP(:),ZLAKE_RAIN(:), &
ZLAKE_SNOW(:),ZLAKE_WATF(:) )
!
ENDIF
......@@ -221,7 +221,7 @@ IF(GSEND_SEA)THEN
! * Get sea output fields
!
CALL GET_SFX_SEA(YSURF_CUR%SM%S, YSURF_CUR%U, YSURF_CUR%WM%W, &
LCPL_SEAICE, LWATER, LSEACARB, &
LCPL_SEAICE, LWATER, LSEACARB, &
ZSEA_FWSU (:),ZSEA_FWSV (:),ZSEA_HEAT (:),&
ZSEA_SNET (:),ZSEA_WIND (:),ZSEA_FWSM (:),&
ZSEA_EVAP (:),ZSEA_RAIN (:),ZSEA_SNOW (:),&
......@@ -252,7 +252,7 @@ CALL SFX_OASIS_SEND(ILUOUT,KI,KI,IDATE,GSEND_LAND,GSEND_LAKE,GSEND_SEA,GSEND_WAV
ZSEA_FWSU,ZSEA_FWSV,ZSEA_HEAT,ZSEA_SNET,ZSEA_WIND, &
ZSEA_FWSM,ZSEA_EVAP,ZSEA_RAIN,ZSEA_SNOW, &
ZSEA_WATF, &
ZSEA_PRES,ZSEAICE_HEAT,ZSEAICE_SNET,ZSEAICE_EVAP, &
ZSEA_PRES,ZSEA_CO2,ZSEAICE_HEAT,ZSEAICE_SNET,ZSEAICE_EVAP, &
ZWAVE_U10, ZWAVE_V10 )
!
!-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment