Changeset 9517
- Timestamp:
- 2018-04-27T17:11:03+02:00 (7 years ago)
- Location:
- branches/2017/dev_merge_2017/NEMOGCM/CONFIG
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg
r9516 r9517 23 23 nn_date0 = 20120102 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 24 24 nn_leapy = 1 ! Leap year calendar (1) or not (0) 25 ln_rstart = .true. ! start from rest (F) or from a restart file (T)26 nn_euler = 1 ! = 0 : start with forward time step if ln_rstart=.true.27 25 cn_ocerst_in = "amm12_restart_oce" ! suffix of ocean restart name (input) 28 26 cn_ocerst_out = "restart" ! suffix of ocean restart name (input) -
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_sbc.F90
r9019 r9517 63 63 IF(lwp) WRITE(numout,*)' usrdef_sbc_oce : SAS_BIPER case: NO surface forcing' 64 64 ! --- oce variables --- ! 65 utau(:,:) = 0._wp 65 utau(:,:) = 0._wp 66 66 vtau(:,:) = 0._wp 67 67 taum(:,:) = 0._wp … … 72 72 qns (:,:) = 0._wp 73 73 qsr (:,:) = 0._wp 74 ! 75 utau_b(:,:) = 0._wp 76 vtau_b(:,:) = 0._wp 77 emp_b (:,:) = 0._wp 78 sfx_b (:,:) = 0._wp 79 qns_b (:,:) = 0._wp 74 80 ! 75 81 ENDIF -
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/iodef.xml
r8703 r9517 11 11 12 12 <variable id="info_level" type="int">10</variable> 13 <variable id="using_server" type="bool"> true</variable>13 <variable id="using_server" type="bool">false</variable> 14 14 <variable id="using_oasis" type="bool">false</variable> 15 15 <variable id="oasis_codes_id" type="string" >oceanx</variable>
Note: See TracChangeset
for help on using the changeset viewer.