Changeset 7623
- Timestamp:
- 2017-01-31T12:26:37+01:00 (8 years ago)
- Location:
- branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE/EXP00/namelist_cfg
r7200 r7623 54 54 ! (also = the frequency of sea-ice & iceberg model call) 55 55 ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) 56 ln_blk = .false. ! Bulk formulation (T => fill namsbc_blk ) 56 57 nn_ice = 0 ! =0 no ice boundary condition 57 58 ln_traqsr = .false. ! Light penetration in the ocean (T => fill namtra_qsr ) … … 83 84 &nameos ! ocean physical parameters 84 85 !----------------------------------------------------------------------- 85 nn_eos = 1 ! type of equation of state and Brunt-Vaisala frequency 86 ! =-1, TEOS-10 87 ! = 0, EOS-80 88 ! = 1, S-EOS (simplified eos) 86 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 89 87 ! ! S-EOS coefficients (nn_eos=1): 90 88 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS -
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/zdfini.F90
r6923 r7623 52 52 !! 53 53 NAMELIST/namzdf/ rn_avm0, rn_avt0, nn_avb, nn_havtb, ln_zdfexp, nn_zdfexp, & 54 & ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp 54 & ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp, & 55 & ln_zdfqiao 55 56 !!---------------------------------------------------------------------- 56 57
Note: See TracChangeset
for help on using the changeset viewer.