Changeset 3721 for trunk/LMDZ.PLUTO
- Timestamp:
- Apr 14, 2025, 12:48:06 PM (2 months ago)
- Location:
- trunk/LMDZ.PLUTO
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.PLUTO/changelog.txt ¶
r3720 r3721 1870 1870 Some update/cleanup of the "reference" files in deftank/dynamico 1871 1871 and of reference constants at the interface. 1872 1873 == 14/04/2025 == EM 1874 Some update/cleanup of examples in "startarchive2icosa", now that the 1875 "rearrange" step is no longer needed. -
TabularUnified trunk/LMDZ.PLUTO/util/startarchive2icosa/compile ¶
r3567 r3721 17 17 -o start_archive2icosa.e 18 18 19 mpif90 $FLAGS rearrange_startphy.f90 \20 $NETCDF_INCDIR $NETCDF_LIBDIR $NETCDF_LIB \21 $HDF5_INCDIR $HDF5_LIBDIR $HDF5_LIB \22 -I $LMDZ/XIOS/inc \23 -L $LMDZ/XIOS/lib -lxios -lstdc++ \24 -o rearrange_startphy.e19 #mpif90 $FLAGS rearrange_startphy.f90 \ 20 #$NETCDF_INCDIR $NETCDF_LIBDIR $NETCDF_LIB \ 21 #$HDF5_INCDIR $HDF5_LIBDIR $HDF5_LIB \ 22 #-I $LMDZ/XIOS/inc \ 23 #-L $LMDZ/XIOS/lib -lxios -lstdc++ \ 24 #-o rearrange_startphy.e 25 25 26 26 #mpif90 $FLAGS rearrange_startphy_tsurf_cst.f90 \ -
TabularUnified trunk/LMDZ.PLUTO/util/startarchive2icosa/icosa_finalize.bash ¶
r3679 r3721 27 27 28 28 nccopy -k 4 startphy_nc3.nc startfi.nc 29 cp startfi.nc startfi_before_finalize.nc29 #cp startfi.nc startfi_before_finalize.nc 30 30 31 31 #Temporary Time variable from start2archive; should be added with xios 32 32 ncks -O -x -v time_counter startfi.nc startfi.nc_tmp 33 ncks -A -v Time start.nc startfi.nc_tmp33 #ncks -A -v Time start.nc startfi.nc_tmp 34 34 # ncks -A -v flux_geo startphy_icosa_ref.nc startfi.nc_tmp 35 35 # ncks -A -v wstar startphy_icosa_ref.nc startfi.nc_tmp … … 39 39 cp startfi.nc_tmp startfi.nc 40 40 41 ./rearrange_startphy.e > rearrange_startphy.out 2>&141 #./rearrange_startphy.e > rearrange_startphy.out 2>&1 42 42 43 43 # make a proper start.nc file based on start_icosa.nc … … 54 54 start_icosa_ref.nc start_icosa.nc 55 55 56 ncks -A -v q,nq start_icosa_ref.nc start_icosa.nc56 #ncks -A -v q,nq start_icosa_ref.nc start_icosa.nc 57 57 58 ncks -A -v latitude,longitude startphy_icosa_ref.nc startfi.nc59 ncks -A -v latitude,longitude startphy.nc startfi.nc58 #ncks -A -v latitude,longitude startphy_icosa_ref.nc startfi.nc 59 #ncks -A -v latitude,longitude startphy.nc startfi.nc 60 60 # In the current version of Dynamico, the variable q for tracer is needed but unused. 61 61 # To create this unused variable simply run this short python code 62 62 63 63 # cleanup 64 rm -rf startphy_icosa_nc3.nc startphy_nc3.nc 64 rm -rf startphy_icosa_nc3.nc startphy_nc3.nc startfi.nc_tmp 65 65 66 66 # copy icosa start files in icosa_starts folder
Note: See TracChangeset
for help on using the changeset viewer.