Changeset 147 for trunk/LMDZ.MARS/libf
- Timestamp:
- Jun 8, 2011, 12:10:23 PM (13 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dimradmars.h
r132 r147 77 77 ! the radiative calculations. 78 78 79 !INTEGER, PARAMETER :: nsizemax = 6080 INTEGER, PARAMETER :: nsizemax = 179 INTEGER, PARAMETER :: nsizemax = 60 80 ! INTEGER, PARAMETER :: nsizemax = 1 81 81 82 82 ! Various initialisation for LW radiative code -
trunk/LMDZ.MARS/libf/phymars/newsedim.F
r120 r147 179 179 ptop=exp(-(dztop-Ep)*g/(r*pt(ig,l+k))) 180 180 IF ( ptop .eq. 1. ) THEN 181 PRINT*, 'newsedim: exposant trop petit ', ig, l181 !PRINT*, 'newsedim: exposant trop petit ', ig, l 182 182 ptop=pplev(ig,l+k) * ( 1. - (dztop-Ep)*g/(r*pt(ig,l+k))) 183 183 ELSE
Note: See TracChangeset
for help on using the changeset viewer.