Changeset 3540 for trunk/LMDZ.VENUS/libf/phyvenus/dyn1d
- Timestamp:
- Dec 10, 2024, 9:53:57 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r3519 r3540 2 2 3 3 USE infotrac 4 use control_mod, only: planet_type, day_step4 use control_mod, only: planet_type,day_step,cpofT 5 5 USE phys_state_var_mod 6 6 use chemparam_mod … … 122 122 ! ADAPTATION GCM POUR CP(T) 123 123 ! VENUS: Cp(T) = cpp*(T/T0)^nu 124 ! avec T0=460. et nu=0.35 124 ! avec cpp=1000., T0=460. et nu=0.35 125 cpofT=.true. 125 126 cpp=1.0e3 126 ! cpp=9.0e2 ! version constante 127 ! Version Cp constant 128 ! cpofT=.false. 129 ! cpp=9.0e2 127 130 r= 8.314511E+0 *1000.E+0/mugaz 128 131 rcp= r/cpp 129 132 130 133 c----------------------------------------------------------------------- 131 c Initialisation des traceurs 134 c Initialisation des traceursphyven 132 135 c --------------------------- 133 136 c Choix du nombre de traceurs et du schema pour l'advection … … 228 231 call ini_cpdet 229 232 233 230 234 c Ehouarn: iniphysiq requires arrays related to (3D) dynamics grid, 231 235 c e.g. for cell boundaries, which are meaningless in 1D; so pad these
Note: See TracChangeset
for help on using the changeset viewer.