Changeset 3152 for trunk/LMDZ.MARS
- Timestamp:
- Dec 8, 2023, 11:39:04 AM (12 months ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3146 r3152 389 389 call conf_phys(1,llm,nq) 390 390 call initracer(ngrid,nq,qsurf) 391 391 392 ! In 1D model physics are called every time step 392 393 ! ovverride iphysiq value that has been set by conf_phys -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3151 r3152 3246 3246 write(str2(1:2),'(i2.2)') islope 3247 3247 call write_output("perennial_co2ice_slope"//str2, 3248 & "Perennial c ice thickness"3248 & "Perennial co2 ice thickness" 3249 3249 & ,"kg.m-2",perennial_co2ice(:,islope)) 3250 3250 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.