Changeset 1713
- Timestamp:
- May 24, 2017, 5:23:07 PM (8 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1711 r1713 2447 2447 - added file: tcondwater.F90, used by watercloud.F to calculate the condensation temperature of water 2448 2448 - watercloud.F, aeropacity.F, callradite.F are converted to module files as watercloud_mod.F, aeropacity_mod.F, callradite_mod.F 2449 2450 == 24/05/2017 == EM 2451 - remove writing a "nebuldata.out" file in physiq introduced by previous update. 2452 It is not necessary and causes issues when in parallel. -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r1711 r1713 414 414 ALLOCATE(totcloudfrac(ngrid)) !A. Pottier: souci avec ca a priori, tentative 415 415 ! de les allouer dans dimradmars_mod.F90 416 !ouverture de nebuldata.out et nettoyage du precedent417 open(144,file="nebuldata.out")418 close(144,status="delete")419 416 420 417 c variables set to 0 … … 576 573 call solarlong(float(day_ini),zls) 577 574 end if 578 !A. Pottier: checking nebuldata.out579 open(14,file="nebuldata.out",position="append")580 write(14,*) "LsEtJour ",zls*180/pi,zday581 close(14)582 575 583 576 c Initialize pressure levels
Note: See TracChangeset
for help on using the changeset viewer.