Ignore:
Timestamp:
Nov 8, 2022, 3:32:12 PM (2 years ago)
Author:
romain.vande
Message:

DYNAMICO MARS
Update startarchive2icosa repertory for new version of Dynamico
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/startarchive2icosa/README

    r2532 r2813  
    66Run a dynamico simulation (with startphy_file=false for example) with the desired resolution to get
    77start.nc and startfi.nc. These files will be used as reference (rename as *_ref.nc) in the script.
     8You can use the files named *_no_start to have an example of callphys etc to run without startfiles
    89
    910Job_mpi is the file you need to run start_archive2icosa on Occigen
     
    1819--------------
    19201) 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)
    2122ncrename -vnivsigs,sigs start_archive.nc
    2223- input file start_archive.nc need be converted to NetCDF4 format
    23 nccopy -k 'netCDF-4' start_archive.nc start_archive_nc4.nc
     24nccopy -k 4 start_archive.nc start_archive_nc4.nc
    24252) script "compile" can be used to compile main tool start_archive2icosa.f90
    2526   as well as rearrange_startphy.f90
Note: See TracChangeset for help on using the changeset viewer.