Changeset 7994
- Timestamp:
- 2017-05-04T10:34:40+02:00 (8 years ago)
- Location:
- trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_cfg
r7624 r7994 78 78 &nameos ! ocean physical parameters 79 79 !----------------------------------------------------------------------- 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 80 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 82 81 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 83 rn_a0 = 0.2 ! thermal expension coefficient ( nn_eos= 1)84 rn_b0 = 0. ! saline expension coefficient ( nn_eos= 1)82 rn_a0 = 0.2 ! thermal expension coefficient (for simplified equation of state) 83 rn_b0 = 0. ! saline expension coefficient (for simplified equation of state) 85 84 rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) 86 85 rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos) -
trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg
r7640 r7994 78 78 &nameos ! ocean physical parameters 79 79 !----------------------------------------------------------------------- 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 80 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 82 81 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 83 rn_a0 = 0.2 ! thermal expension coefficient ( nn_eos= 1)84 rn_b0 = 0. ! saline expension coefficient ( nn_eos= 1)82 rn_a0 = 0.2 ! thermal expension coefficient (for simplified equation of state) 83 rn_b0 = 0. ! saline expension coefficient (for simplified equation of state) 85 84 rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) 86 85 rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos) -
trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg
r7640 r7994 78 78 &nameos ! ocean physical parameters 79 79 !----------------------------------------------------------------------- 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 80 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 82 81 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 83 rn_a0 = 0.2 ! thermal expension coefficient ( nn_eos= 1)84 rn_b0 = 0. ! saline expension coefficient ( nn_eos= 1)82 rn_a0 = 0.2 ! thermal expension coefficient (for simplified equation of state) 83 rn_b0 = 0. ! saline expension coefficient (for simplified equation of state) 85 84 rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) 86 85 rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos) -
trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg
r7640 r7994 78 78 &nameos ! ocean physical parameters 79 79 !----------------------------------------------------------------------- 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 80 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 82 81 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 83 rn_a0 = 0.2 ! thermal expension coefficient ( nn_eos= 1)84 rn_b0 = 0. ! saline expension coefficient ( nn_eos= 1)82 rn_a0 = 0.2 ! thermal expension coefficient (for simplified equation of state) 83 rn_b0 = 0. ! saline expension coefficient (for simplified equation of state) 85 84 rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) 86 85 rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos) -
trunk/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg
r7640 r7994 78 78 &nameos ! ocean physical parameters 79 79 !----------------------------------------------------------------------- 80 ln_teos10 = .false. ! = Use TEOS-10 equation of state 81 ln_eos80 = .true. ! = Use EOS80 equation of state 80 ln_seos = .true. ! = Use simplified equation of state (S-EOS) 82 81 ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 83 rn_a0 = 0.2 ! thermal expension coefficient ( nn_eos= 1)84 rn_b0 = 0. ! saline expension coefficient ( nn_eos= 1)82 rn_a0 = 0.2 ! thermal expension coefficient (for simplified equation of state) 83 rn_b0 = 0. ! saline expension coefficient (for simplified equation of state) 85 84 rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) 86 85 rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos)
Note: See TracChangeset
for help on using the changeset viewer.