Changeset 3718


Ignore:
Timestamp:
Apr 9, 2025, 6:03:23 PM (4 months ago)
Author:
emillour
Message:

Pluto PCM:
Follow-up of reindexing of columns for restartfi files: In 1D one should also
initialize the "ind_cell_glo" array.
EM

Location:
trunk/LMDZ.PLUTO
Files:
3 edited

Legend:

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

    r3709 r3718  
    18631863indexes changes with number of computing cores).
    18641864
     1865== 09/04/2025 == EM
     1866Follow-up of reindexing of columns for restartfi files: In 1D one should also
     1867initialize the "ind_cell_glo" array.
  • trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90

    r3585 r3718  
    298298  call init_interface_dyn_phys
    299299  CALL init_regular_lonlat(1,1,longitude,latitude,(/0.,0./),(/0.,0./))
    300   call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area)
     300  call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area,[1])
    301301  call init_dimphy(1,nlayer) ! Initialize dimphy module
    302302
  • trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F

    r3672 r3718  
    556556      call init_geometry(1,longitude,latitude,
    557557     &                   (/0.,0.,0.,0./),(/0.,0.,0.,0./),
    558      &                   cell_area)
     558     &                   cell_area,[1])
    559559! Ehouarn: init_vertial_layers called later (because disvert not called yet)
    560560!      call init_vertical_layers(nlayer,preff,scaleheight,
Note: See TracChangeset for help on using the changeset viewer.