Changeset 2939 for trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90
- Timestamp:
- Apr 14, 2023, 11:36:06 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemetat0.F90
r2937 r2939 90 90 91 91 write(*,*)'Is start PEM?',startpem_file 92 startpem_file = .true.93 92 94 93 !1. Run … … 275 274 276 275 !4. CO2 & H2O Adsorption 276 277 277 if(adsorption_pem) then 278 278 DO islope=1,nslope … … 281 281 if((.not.found)) then 282 282 m_co2_regolith_phys(:,:,:) = 0. 283 exit 283 284 endif 284 exit285 285 286 ENDDO 286 287 287 288 DO islope=1,nslope 288 289 write(num,fmt='(i2.2)') islope 289 call get_field("mh2o_reg_ads_slope"//num,m_ co2_regolith_phys(:,:,islope),found2)290 call get_field("mh2o_reg_ads_slope"//num,m_h2o_regolith_phys(:,:,islope),found2) 290 291 if((.not.found2)) then 291 292 m_h2o_regolith_phys(:,:,:) = 0. 293 exit 292 294 endif 293 exit295 294 296 ENDDO 295 297
Note: See TracChangeset
for help on using the changeset viewer.