Changeset 3715 for trunk


Ignore:
Timestamp:
Apr 9, 2025, 10:00:25 AM (2 months ago)
Author:
emillour
Message:

Mars PCM:
Fix for the 1D following the reindexing in restartfi files: the "ind_cell_glo"
array must also be allocated and filled at initialization.
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3712 r3715  
    47914791Add extra checking in nirco2abs to ensure having nircorr==1 when o and
    47924792co2 tracers are available.
     4793
     4794== 09/04/2025 == EM
     4795Fix for the 1D following the reindexing in restartfi files: the "ind_cell_glo"
     4796array must also be allocated and filled at initialization.
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90

    r3586 r3715  
    400400call init_interface_dyn_phys
    401401call 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)
     402call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area,[1])
    403403call init_geometry_cell_area_for_outputs(1,cell_area)
    404404! Ehouarn: init_vertial_layers called later (because disvert not called yet)
Note: See TracChangeset for help on using the changeset viewer.