Changeset 1920
- Timestamp:
- Apr 17, 2018, 10:43:23 AM (7 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1919 r1920 2565 2565 1D code cleanup: 2566 2566 - in testphys1d.F variable totcloudfrac is directly called from dimradmars_mod (which notably prevents from errors when tracer=F) 2567 2568 == 17/04/2018 == MV 2569 1D code cleanup: 2570 - in testphys1d.F variable cell_area is intialized to 1 before being called -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1919 r1920 168 168 dtemisice(2) = 2. ! time scale for snow metamorphism (south 169 169 170 170 c mesh surface (not a very usefull quantity in 1D) 171 c ---------------------------------------------------- 172 cell_area(1)=1.E+0 173 171 174 c ------------------------------------------------------ 172 175 c Loading run parameters from "run.def" file … … 553 556 c Specific initializations for "physiq" 554 557 c ------------------------------------- 555 c mesh surface (not a very usefull quantity in 1D)556 cell_area(1)=1.E+0557 558 558 c surface geopotential is not used (or useful) since in 1D 559 559 c everything is controled by surface pressure
Note: See TracChangeset
for help on using the changeset viewer.