Changeset 2825 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Nov 23, 2022, 10:48:05 AM (3 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.