Changeset 4159
- Timestamp:
- 2013-11-06T19:28:13+01:00 (11 years ago)
- Location:
- branches/2013/dev_LOCEAN_2013/NEMOGCM
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg
r4152 r4159 10 10 &namtrc ! tracers definition 11 11 !----------------------------------------------------------------------- 12 ln_top_euler = .true. ! use Euler time-stepping for TOP13 12 ! ! name ! title of the field ! initial data ! initial data ! save ! 14 13 ! ! ! ! units ! from file ! or not ! -
branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg
r4152 r4159 5 5 &namtrc_run ! run information 6 6 !----------------------------------------------------------------------- 7 nn_writetrc = 1460 ! time step frequency for sn_tracer outputs 7 8 ln_top_euler = .true. ! use Euler time-stepping for TOP 8 9 / … … 10 11 &namtrc ! tracers definition 11 12 !----------------------------------------------------------------------- 12 ln_top_euler = .true. ! use Euler time-stepping for TOP13 nn_writetrc = 1460 ! time step frequency for sn_tracer outputs14 13 ! 15 14 ! ! name ! title of the field ! units ! initial data ! save ! -
branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/SHARED/namelist_top_ref
r4152 r4159 28 28 ln_trcdta = .true. ! Initialisation from data input file (T) or not (F) 29 29 ln_trcdmp = .false. ! add a damping termn (T) or not (F) 30 ln_trcdmp_clo = .false. ! damping term (T) or not (F) on closed seas 30 31 / 31 32 !----------------------------------------------------------------------- -
branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/cfg.txt
r4152 r4159 5 5 ORCA2_SAS_LIM OPA_SRC SAS_SRC LIM_SRC_2 NST_SRC 6 6 ORCA2_LIM_CFC_C14b OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 7 GYRE_PISCES OPA_SRC TOP_SRC 8 ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 7 9 ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 8 ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC9 GYRE_PISCES OPA_SRC TOP_SRC -
branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OFF_SRC/domain.F90
r4147 r4159 94 94 NAMELIST/namdom/ nn_bathy , rn_e3zps_min, rn_e3zps_rat, nn_msh , rn_hmin, & 95 95 & nn_acc , rn_atfp , rn_rdt , rn_rdtmin , & 96 & rn_rdtmax, rn_rdth , nn_baro , nn_closea , &96 & rn_rdtmax, rn_rdth , nn_baro , nn_closea , ln_crs, & 97 97 & jphgr_msh, & 98 98 & ppglam0, ppgphi0, ppe1_deg, ppe2_deg, ppe1_m, ppe2_m, & -
branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/TOP_SRC/trcnam.F90
r4154 r4159 203 203 IF(lwp) THEN ! control print 204 204 WRITE(numout,*) 205 WRITE(numout,*) ' Namelist : namtrc '205 WRITE(numout,*) ' Namelist : namtrc_run' 206 206 WRITE(numout,*) ' time step freq. for passive tracer nn_dttrc = ', nn_dttrc 207 207 WRITE(numout,*) ' restart for passive tracer ln_rsttr = ', ln_rsttr 208 208 WRITE(numout,*) ' control of time step for passive tracer nn_rsttr = ', nn_rsttr 209 209 WRITE(numout,*) ' first time step for pass. trac. nittrc000 = ', nittrc000 210 WRITE(numout,*) ' frequency of outputs for passive tracers nn_writetrc = ', nn_writetrc 210 WRITE(numout,*) ' frequency of outputs for passive tracers nn_writetrc = ', nn_writetrc 211 WRITE(numout,*) ' Use euler integration for TRC (y/n) ln_top_euler = ', ln_top_euler 211 212 WRITE(numout,*) ' ' 212 213 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.