Changeset 3716 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Apr 9, 2025, 11:04:01 AM (2 months ago)
Author:
emillour
Message:

Generic 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.GENERIC
Files:
3 edited

Legend:

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

    r3713 r3716  
    20512051using DYNAMICO (where correspondance between dynamics and physics column
    20522052indexes changes with number of computing cores).
     2053
     2054== 09/04/2025 == EM
     2055Follow-up of reindexing of columns for restartfi files: In 1D one should also
     2056initialize the "ind_cell_glo" array
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/kcm1d.F90

    r3574 r3716  
    356356  call init_interface_dyn_phys
    357357  CALL init_regular_lonlat(1,1,longitude,latitude,(/0.,0./),(/0.,0./))
    358   call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area)
     358  call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area,[1])
    359359  call init_dimphy(1,nlayer) ! Initialize dimphy module
    360360
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r3672 r3716  
    624624      call init_geometry(1,longitude,latitude,
    625625     &                   (/0.,0.,0.,0./),(/0.,0.,0.,0./),
    626      &                   cell_area)
     626     &                   cell_area,[1])
    627627! Ehouarn: init_vertial_layers called later (because disvert not called yet)
    628628!      call init_vertical_layers(nlayer,preff,scaleheight,
Note: See TracChangeset for help on using the changeset viewer.