Changeset 2155
- Timestamp:
- Sep 5, 2019, 6:42:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/co2condens_mod.F
r2153 r2155 490 490 END DO 491 491 492 #ifdef MESOSCALE 493 print*,"absurd mass set because bp not available" 494 print*,"TO BE FIXED" 495 #else 492 496 c Mass of each layer at the end of timestep 493 497 c ----------------------------------------- … … 496 500 & (bp(l)-bp(l+1))*pdpsrf(ig)*ptimestep)/g 497 501 END DO 498 502 #endif 499 503 500 504 c Corresponding fluxes for T,U,V,Q
Note: See TracChangeset
for help on using the changeset viewer.