Changeset 7304
- Timestamp:
- 2016-11-22T14:41:49+01:00 (8 years ago)
- Location:
- branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg
r7280 r7304 145 145 ln_eos80 = .true. ! = Use EOS80 equation of state 146 146 ! ! 147 ! ! S-EOS coefficients :148 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS149 rn_a0 = 1.6550e-1 ! thermal expension coefficient (nn_eos= 1)150 rn_b0 = 7.6554e-1 ! saline expension coefficient (nn_eos= 1)151 rn_lambda1 = 5.9520e-2 ! cabbeling coeff in T^2 (=0 for linear eos)152 rn_lambda2 = 7.4914e-4 ! cabbeling coeff in S^2 (=0 for linear eos)153 rn_mu1 = 1.4970e-4 ! thermobaric coeff. in T (=0 for linear eos)154 rn_mu2 = 1.1090e-5 ! thermobaric coeff. in S (=0 for linear eos)155 rn_nu = 2.4341e-3 ! cabbeling coeff in T*S (=0 for linear eos)156 147 !!org GYRE rn_alpha = 2.0e-4 ! thermal expension coefficient (nn_eos= 1 or 2) 157 148 !!org GYRE rn_beta = 7.7e-4 ! saline expension coefficient (nn_eos= 2) -
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg
r7280 r7304 134 134 !----------------------------------------------------------------------- 135 135 ln_eos80 = .true. ! = Use EOS80 equation of state 136 ! !137 ! ! S-EOS coefficients :138 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS139 rn_a0 = 1.6550e-1 ! thermal expension coefficient (nn_eos= 1)140 rn_b0 = 7.6554e-1 ! saline expension coefficient (nn_eos= 1)141 rn_lambda1 = 5.9520e-2 ! cabbeling coeff in T^2 (=0 for linear eos)142 rn_lambda2 = 7.4914e-4 ! cabbeling coeff in S^2 (=0 for linear eos)143 rn_mu1 = 1.4970e-4 ! thermobaric coeff. in T (=0 for linear eos)144 rn_mu2 = 1.1090e-5 ! thermobaric coeff. in S (=0 for linear eos)145 rn_nu = 2.4341e-3 ! cabbeling coeff in T*S (=0 for linear eos)146 !!org GYRE rn_alpha = 2.0e-4 ! thermal expension coefficient (nn_eos= 1 or 2)147 !!org GYRE rn_beta = 7.7e-4 ! saline expension coefficient (nn_eos= 2)148 !!org caution now a0 = alpha / rau0 with rau0 = 1026149 136 / 150 137 !----------------------------------------------------------------------- -
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg
r7220 r7304 204 204 &nameos ! ocean physical parameters 205 205 !----------------------------------------------------------------------- 206 nn_eos = 0 ! type of equation of state and Brunt-Vaisala frequency 207 ! =-1, TEOS-10 208 ! = 0, EOS-80 209 ! = 1, S-EOS (simplified eos) 210 ln_useCT = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 211 ! ! 212 ! ! S-EOS coefficients : 206 ln_teos10 = .true. ! = Use TEOS-10 equation of state 213 207 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 214 rn_a0 = 1.6550e-1 ! thermal expension coefficient (nn_eos= 1)215 rn_b0 = 7.6554e-1 ! saline expension coefficient (nn_eos= 1)216 rn_lambda1 = 5.9520e-2 ! cabbeling coeff in T^2 (=0 for linear eos)217 rn_lambda2 = 7.4914e-4 ! cabbeling coeff in S^2 (=0 for linear eos)218 rn_mu1 = 1.4970e-4 ! thermobaric coeff. in T (=0 for linear eos)219 rn_mu2 = 1.1090e-5 ! thermobaric coeff. in S (=0 for linear eos)220 rn_nu = 2.4341e-3 ! cabbeling coeff in T*S (=0 for linear eos)221 !!org GYRE rn_alpha = 2.0e-4 ! thermal expension coefficient (nn_eos= 1 or 2)222 !!org GYRE rn_beta = 7.7e-4 ! saline expension coefficient (nn_eos= 2)223 !!org caution now a0 = alpha / rau0 with rau0 = 1026224 208 / 225 209 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.