Changeset 3718
- Timestamp:
- Apr 9, 2025, 6:03:23 PM (4 months ago)
- Location:
- trunk/LMDZ.PLUTO
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/changelog.txt
r3709 r3718 1863 1863 indexes changes with number of computing cores). 1864 1864 1865 == 09/04/2025 == EM 1866 Follow-up of reindexing of columns for restartfi files: In 1D one should also 1867 initialize the "ind_cell_glo" array. -
trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90
r3585 r3718 298 298 call init_interface_dyn_phys 299 299 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]) 301 301 call init_dimphy(1,nlayer) ! Initialize dimphy module 302 302 -
trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F
r3672 r3718 556 556 call init_geometry(1,longitude,latitude, 557 557 & (/0.,0.,0.,0./),(/0.,0.,0.,0./), 558 & cell_area )558 & cell_area,[1]) 559 559 ! Ehouarn: init_vertial_layers called later (because disvert not called yet) 560 560 ! call init_vertical_layers(nlayer,preff,scaleheight,
Note: See TracChangeset
for help on using the changeset viewer.