Changeset 3146 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Dec 2, 2023, 3:01:42 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3129 r3146 388 388 call ini_fillgeom(1,latitude,longitude,(/1.0/)) 389 389 call conf_phys(1,llm,nq) 390 390 call initracer(ngrid,nq,qsurf) 391 391 ! In 1D model physics are called every time step 392 392 ! ovverride iphysiq value that has been set by conf_phys … … 509 509 ! CO2 ice on the surface 510 510 ! ---------------------- 511 ! get the index of co2 tracer (not known at this stage)512 igcm_co2 = 0513 do iq = 1,nq514 if (trim(tname(iq)) == "co2") igcm_co2 = iq515 enddo516 if (igcm_co2 == 0) error stop "init_testphys1d error, missing co2 tracer!"517 511 518 512 if (.not. therestartfi) then
Note: See TracChangeset
for help on using the changeset viewer.