- Timestamp:
- Apr 9, 2025, 10:00:25 AM (2 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3712 r3715 4791 4791 Add extra checking in nirco2abs to ensure having nircorr==1 when o and 4792 4792 co2 tracers are available. 4793 4794 == 09/04/2025 == EM 4795 Fix for the 1D following the reindexing in restartfi files: the "ind_cell_glo" 4796 array must also be allocated and filled at initialization. -
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3586 r3715 400 400 call init_interface_dyn_phys 401 401 call init_regular_lonlat(1,1,longitude,latitude,(/0.,0./),(/0.,0./)) 402 call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area )402 call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area,[1]) 403 403 call init_geometry_cell_area_for_outputs(1,cell_area) 404 404 ! Ehouarn: init_vertial_layers called later (because disvert not called yet)
Note: See TracChangeset
for help on using the changeset viewer.