Changeset 2813 for trunk/LMDZ.MARS/util/startarchive2icosa/README
- Timestamp:
- Nov 8, 2022, 3:32:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/startarchive2icosa/README
r2532 r2813 6 6 Run a dynamico simulation (with startphy_file=false for example) with the desired resolution to get 7 7 start.nc and startfi.nc. These files will be used as reference (rename as *_ref.nc) in the script. 8 You can use the files named *_no_start to have an example of callphys etc to run without startfiles 8 9 9 10 Job_mpi is the file you need to run start_archive2icosa on Occigen … … 18 19 -------------- 19 20 1) input file start_archive.nc needs some minor adaptations: 20 - variable "nivsigs" needs be renamed "sigs" (XIOS requires CF-compliant files) 21 - variable "nivsigs" needs be renamed "sigs" (XIOS requires CF-compliant files) (RV: No neeeded anymore) 21 22 ncrename -vnivsigs,sigs start_archive.nc 22 23 - input file start_archive.nc need be converted to NetCDF4 format 23 nccopy -k 'netCDF-4'start_archive.nc start_archive_nc4.nc24 nccopy -k 4 start_archive.nc start_archive_nc4.nc 24 25 2) script "compile" can be used to compile main tool start_archive2icosa.f90 25 26 as well as rearrange_startphy.f90
Note: See TracChangeset
for help on using the changeset viewer.