Changeset 2579
- Timestamp:
- Oct 29, 2021, 1:50:16 PM (3 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2578 r2579 3507 3507 First stage of implementing Open_MP in the physic. 3508 3508 So far it can initialyse physic and run with all routines at .FALSE. 3509 3510 == 29/10/2021 == LR 3511 Fixing missing case for hdo_ice in inichim_newstart 3512 Should fix issue #25 on gitlab -
trunk/LMDZ.MARS/libf/aeronomars/inichim_newstart.F90
r2568 r2579 291 291 count = count + 1 292 292 end if 293 if (noms(iq) == "hdo_ice") then 294 igcm_hdo_vap = iq 295 mmol(igcm_hdo_ice) = 19. 296 count = count + 1 297 end if 293 298 if (noms(iq) == "od") then 294 299 igcm_od = iq
Note: See TracChangeset
for help on using the changeset viewer.