Changeset 8508
- Timestamp:
- 2017-09-07T16:56:30+02:00 (6 years ago)
- Location:
- trunk/NEMOGCM/CONFIG
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg
r7715 r8508 44 44 !----------------------------------------------------------------------- 45 45 &namcrs ! Grid coarsening for dynamics output and/or 46 46 ! ! passive tracer coarsened online simulations 47 47 !----------------------------------------------------------------------- 48 48 / … … 51 51 !----------------------------------------------------------------------- 52 52 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim !'yearly' or ! weights ! rotation ! 53 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing 53 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing 54 54 cn_dir = './' ! root directory for the location of the runoff files 55 55 ln_tsd_init = .false. ! Initialisation of ocean T & S with T &S input data (T) or not (F) … … 87 87 &namsbc_ssr ! surface boundary condition : sea surface restoring 88 88 !----------------------------------------------------------------------- 89 nn_sssr = 0 ! add a damping term in the surface freshwater flux (=2)90 rn_deds = -27.7 ! magnitude of the damping on salinity [mm/day]91 ln_sssr_bnd = .false. ! flag to bound erp term (associated with nn_sssr=2)92 89 / 93 90 !----------------------------------------------------------------------- … … 204 201 !----------------------------------------------------------------------- 205 202 ln_dynvor_ene = .true. ! enstrophy conserving scheme 203 ln_dynvor_ens = .false. ! energy conserving scheme 204 ln_dynvor_mix = .false. ! mixed scheme 205 ln_dynvor_een = .false. ! energy & enstrophy scheme 206 nn_een_e3f = 1 ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 206 207 / 207 208 !----------------------------------------------------------------------- … … 239 240 rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] 240 241 rn_bhm_0 = 0. ! horizontal bilaplacian eddy viscosity [m4/s] 241 !242 ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)243 /244 rn_ahm_0_lap = 100000. ! horizontal laplacian eddy viscosity [m2/s]245 242 / 246 243 !----------------------------------------------------------------------- -
trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg
r7715 r8508 31 31 ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules 32 32 ln_write_cfg= .false. ! (=T) create the domain configuration file 33 33 ! 34 34 / 35 35 !----------------------------------------------------------------------- … … 60 60 !----------------------------------------------------------------------- 61 61 nn_fsbc = 1 ! frequency of surface boundary condition computation 62 !! (also = the frequency of sea-ice model call)62 ! (also = the frequency of sea-ice model call) 63 63 ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) 64 64 ln_blk = .false. ! Bulk formulation (T => fill namsbc_blk ) … … 240 240 rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] 241 241 rn_bhm_0 = 0. ! horizontal bilaplacian eddy viscosity [m4/s] 242 !243 ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)244 /245 rn_ahm_0_lap = 100000. ! horizontal laplacian eddy viscosity [m2/s]246 242 / 247 243 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.