Changeset 3670 for trunk/LMDZ.PLUTO
- Timestamp:
- Mar 5, 2025, 2:13:18 PM (4 months ago)
- Location:
- trunk/LMDZ.PLUTO/util/startarchive2icosa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.PLUTO/util/startarchive2icosa/icosa_finalize.bash ¶
r3567 r3670 14 14 15 15 # save start*nc from lmdz grid 16 mkdir -p lmdz_starts17 cp start.nc startfi.nc lmdz_starts18 16 19 17 #conversion to netcdf 3 in order to rename and add variables, not properly done with netcdf4 files … … 68 66 mv start_icosa.nc icosa_starts/start.nc 69 67 mv startfi.nc icosa_starts/startfi.nc 70 71 # get back start files from lmdz grid72 cp lmdz_starts/* . -
TabularUnified trunk/LMDZ.PLUTO/util/startarchive2icosa/rearrange_startphy.f90 ¶
r3545 r3670 144 144 ! ierr=NF90_INQUIRE_DIMENSION(ncid, dimids(9), len=nslope) 145 145 ierr=NF90_INQUIRE(ncid,nVariables=nvar) 146 print*, "physical_points", physical_points, "dim", dimids(1) 147 print*, "nvertex", nvertex, "dim", dimids(2) 148 print*, "index", index_, "dim", dimids(4) 149 print*, "subsurface_layers", subsurface_layer, "dim", dimids(6) 150 print*, "lev_p1", lev_p1, "dim", dimids(7) 151 print*, "Time", Time, "dim", dimids(8) 146 152 147 153 … … 235 241 236 242 ! Processing 2D variables : soil 237 else if ((ndim==2).and.(varname_dimids(2)== subsurface_layer)) then243 else if ((ndim==2).and.(varname_dimids(2)==dimids(6))) then 238 244 write(*,*) "processing ",trim(varname) 239 245 ! load field_soil
Note: See TracChangeset
for help on using the changeset viewer.