Changeset 1689
- Timestamp:
- Apr 7, 2017, 2:40:27 PM (8 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1685 r1689 2436 2436 -a new contact parameter for CO2 ice on silicate is used (mtetaco2=0.78) in microphys.h. Reference in microphysic.h 2437 2437 -CO2 ice temperature is computed as a function of temperature in CO2cloud.F and improvedCO2cloud.F. Reference is in initracer.F 2438 2439 == 07/04/2017 == EM 2440 Fixing a big bug (dating from revision 1528) in wstats. -
trunk/LMDZ.MARS/libf/phymars/wstats.F90
r1560 r1689 219 219 start=(/1,1,indx,0/) 220 220 if (klon_glo>1) then !general case 221 sizes=(/nbp_lon+1,nbp_l ev,1,0/)221 sizes=(/nbp_lon+1,nbp_lat,1,0/) 222 222 else 223 223 sizes=(/1,1,1,0/)
Note: See TracChangeset
for help on using the changeset viewer.