Changeset 2825 for trunk/LMDZ.MARS/libf
- Timestamp:
- Nov 23, 2022, 10:48:05 AM (2 years ago)
- Location:
- trunk/LMDZ.MARS/libf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
r2673 r2825 360 360 day_step=180 !?! Note: day_step is a common in "control.h" 361 361 CALL defrun_new( 99, .TRUE. ) 362 dtvr = daysec/REAL(day_step) 362 363 CALL iniconst 363 364 CALL inigeom -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2823 r2825 2835 2835 $ noms(iq) .ne. "ccn_number" .and. 2836 2836 $ noms(iq) .ne. "ccnco2_mass" .and. 2837 $ noms(iq) .ne. "ccnco2_number") then 2837 $ noms(iq) .ne. "ccnco2_number" .and. 2838 $ noms(iq) .ne. "stormdust_mass" .and. 2839 $ noms(iq) .ne. "stormdust_number" .and. 2840 $ noms(iq) .ne. "topdust_mass" .and. 2841 $ noms(iq) .ne. "topdust_number") then 2838 2842 2839 2843 ! volume mixing ratio -
trunk/LMDZ.MARS/libf/phymars/topmons_mod.F90
r2685 r2825 256 256 masse_pbl(:)=0. 257 257 detrain_rate(:,:) = 0. 258 zlaywmax(:)=-1. 258 259 259 260 !! Update the initial temperature
Note: See TracChangeset
for help on using the changeset viewer.