Changeset 11199
- Timestamp:
- 2019-06-28T17:43:51+02:00 (5 years ago)
- Location:
- NEMO/branches/2019/dev_r11117_obsasm_bugfixes
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/1_namelist_cfg
r10779 r11199 22 22 cn_exp = "Pacific" ! experience name 23 23 nn_it000 = 1 ! first time step 24 nn_itend = 75! last time step (std 5475)24 nn_itend = 80 ! last time step (std 5475) 25 25 nn_istate = 0 ! output the initial state (1) or not (0) 26 26 / -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/2_namelist_cfg
r10779 r11199 22 22 cn_exp = "Nordic" ! experience name 23 23 nn_it000 = 1 ! first time step 24 nn_itend = 3 00 ! last time step24 nn_itend = 320 ! last time step 25 25 nn_istate = 0 ! output the initial state (1) or not (0) 26 26 ln_clobber = .true. ! clobber (overwrite) an existing file -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/3_namelist_cfg
r10779 r11199 22 22 cn_exp = "Nordic" ! experience name 23 23 nn_it000 = 1 ! first time step 24 nn_itend = 9 00 ! last time step24 nn_itend = 960 ! last time step 25 25 nn_istate = 0 ! output the initial state (1) or not (0) 26 26 ln_clobber = .true. ! clobber (overwrite) an existing file -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/AGRIF_DEMO/EXPREF/namelist_cfg
r10779 r11199 22 22 cn_exp = "ORCA2" ! experience name 23 23 nn_it000 = 1 ! first time step 24 nn_itend = 75! last time step (std 5475)24 nn_itend = 80 ! last time step (std 5475) 25 25 nn_istate = 0 ! output the initial state (1) or not (0) 26 26 / -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg
r10779 r11199 22 22 cn_exp = "ORCA2" ! experience name 23 23 nn_it000 = 1 ! first time step 24 nn_itend = 5 475! last time step (std 5475)24 nn_itend = 5840 ! last time step (std 5475) 25 25 nn_istate = 0 ! output the initial state (1) or not (0) 26 26 / … … 75 75 &namsbc ! Surface Boundary Condition manager (default: NO selection) 76 76 !----------------------------------------------------------------------- 77 nn_fsbc = 2! frequency of SBC module call77 nn_fsbc = 4 ! frequency of SBC module call 78 78 ! (also = the frequency of sea-ice & iceberg model call) 79 79 ! Type of air-sea fluxes -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/cfgs/SHARED/namelist_ref
r11096 r11199 189 189 &namsbc ! Surface Boundary Condition manager (default: NO selection) 190 190 !----------------------------------------------------------------------- 191 nn_fsbc = 2! frequency of SBC module call191 nn_fsbc = 4 ! frequency of SBC module call 192 192 ! ! (control sea-ice & iceberg model call) 193 193 ! Type of air-sea fluxes -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/src/OCE/SBC/sbcapr.F90
r10425 r11199 26 26 PUBLIC sbc_apr_init ! routine called in sbcmod 27 27 28 ! !!* namsbc_apr namelist (Atmospheric PRessure) *29 LOGICAL, PUBLIC :: ln_apr_obc !: inverse barometer added to OBC ssh data30 LOGICAL, PUBLIC :: ln_ref_apr !: ref. pressure: global mean Patm (F) or a constant (F)31 REAL(wp) :: rn_pref ! reference atmospheric pressure [N/m2]28 ! !!* namsbc_apr namelist (Atmospheric PRessure) * 29 LOGICAL, PUBLIC :: ln_apr_obc = .false. !: inverse barometer added to OBC ssh data 30 LOGICAL, PUBLIC :: ln_ref_apr !: ref. pressure: global mean Patm (F) or a constant (F) 31 REAL(wp) :: rn_pref ! reference atmospheric pressure [N/m2] 32 32 33 33 REAL(wp), ALLOCATABLE, SAVE, PUBLIC, DIMENSION(:,:) :: ssh_ib ! Inverse barometer now sea surface height [m] -
NEMO/branches/2019/dev_r11117_obsasm_bugfixes/tests/ICE_AGRIF/EXPREF/file_def_nemo-ice.xml
r10516 r11199 23 23 <field field_ref="icethic" name="sithic_max" operation="maximum" /> 24 24 <field field_ref="icethic" name="sithic_min" operation="minimum" /> 25 <field field_ref="iceneg_pres" name="sineg_pres" />26 <field field_ref="iceneg_volu" name="sineg_volu" />27 25 <field field_ref="fasticepres" name="fasticepres" /> 28 26 <field field_ref="icevolu" name="sivolu" />
Note: See TracChangeset
for help on using the changeset viewer.