Changeset 7624 for branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW
- Timestamp:
- 2017-01-31T12:37:24+01:00 (8 years ago)
- Location:
- branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg
r7239 r7624 48 48 ! (also = the frequency of sea-ice & iceberg model call) 49 49 ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) 50 ln_blk = .false. ! Bulk formulation (T => fill namsbc_blk ) 50 51 nn_ice = 0 ! =0 no ice boundary condition 51 52 ln_traqsr = .false. ! Light penetration in the ocean (T => fill namtra_qsr ) … … 77 78 &nameos ! ocean physical parameters 78 79 !----------------------------------------------------------------------- 79 nn_eos = 1 ! type of equation of state and Brunt-Vaisala frequency 80 ! =-1, TEOS-10 81 ! = 0, EOS-80 82 ! = 1, S-EOS (simplified eos) 83 ! ! S-EOS coefficients (nn_eos=1): 84 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 82 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 85 83 rn_a0 = 0.2 ! thermal expension coefficient (nn_eos= 1) 86 84 rn_b0 = 0. ! saline expension coefficient (nn_eos= 1) -
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/MY_SRC/zdfini.F90
r6923 r7624 55 55 !! 56 56 NAMELIST/namzdf/ rn_avm0, rn_avt0, nn_avb, nn_havtb, ln_zdfexp, nn_zdfexp, & 57 & ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp 57 & ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp, & 58 & ln_zdfqiao 58 59 !!---------------------------------------------------------------------- 59 60
Note: See TracChangeset
for help on using the changeset viewer.