Changeset 2262 for trunk/LMDZ.VENUS
- Timestamp:
- Mar 18, 2020, 5:16:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/physiq_mod.F
r2259 r2262 974 974 ! Case 3: Full chemistry and/or clouds. 975 975 ! routines are called every "chempas" physical timestep. 976 ! if the physics is called 96000 times per venus day, 977 ! then chempas = 4 976 ! 977 ! if the physics is called 96000 times per venus day: 978 ! 979 ! nbapp_chem = 24000 => chempas = 4 => zctime = 420 s 980 ! nbapp_chem = 12000 => chempas = 8 => zctime = 840 s 978 981 !==================================================================== 979 982 980 nbapp_chem = 24000 ! corresponds to 420 seconds983 nbapp_chem = 24000 981 984 chempas = nint(rday/pdtphys/nbapp_chem) 982 zctime = dtime*real(chempas) ! chemical timestep (420s)985 zctime = dtime*real(chempas) ! chemical timestep 983 986 984 987 if (mod(itap,chempas) == 0) then ! <------- start of chemistry supercycling
Note: See TracChangeset
for help on using the changeset viewer.