Changeset 2834
- Timestamp:
- 05/12/16 10:50:45 (7 years ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA1_cfg
r2825 r2834 17 17 &namtrc ! tracers definition 18 18 !----------------------------------------------------------------------- 19 ln_trcdmp_clo = .true. ! restoring on closed seas (T) or not (F) 20 19 21 ! ! name ! title of the field ! initial data ! initial data ! save ! 20 22 ! ! ! ! units ! from file ! or not ! -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA2_cfg
r2685 r2834 18 18 &namtrc ! tracers definition 19 19 !----------------------------------------------------------------------- 20 ln_trcdmp_clo = .true. ! restoring on closed seas (T) or not (F) 21 20 22 ! ! name ! title of the field ! initial data ! initial data ! save ! 21 23 ! ! ! ! units ! from file ! or not ! -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ref
r2674 r2834 30 30 ln_trcdta = .true. ! Initialisation from data input file (T) or not (F) 31 31 ln_trcdmp = .false. ! add a damping termn (T) or not (F) 32 ln_trcdmp_clo = .false. ! damping term (T) or not (F) on closed seas32 ln_trcdmp_clo = .false. ! restoring on closed seas (T) or not (F) 33 33 / 34 34 !----------------------------------------------------------------------- -
CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/trcdmp.F90
r2830 r2834 226 226 ! ! Victoria Lake 227 227 nctsi1(7) = 321 ; nctsj1(7) = 180 - isrow 228 nctsi2(7) = 32 1; nctsj2(7) = 189 - isrow228 nctsi2(7) = 322 ; nctsj2(7) = 189 - isrow 229 229 ! ! Baltic Sea 230 230 nctsi1(8) = 297 ; nctsj1(8) = 270 - isrow
Note: See TracChangeset
for help on using the changeset viewer.