INT2LM¶
INT2LM is an interpolation program providing boundary and/or initial conditions to the COSMO model.
Support status¶
The master
branch is continuously being tested on Piz Daint
Access¶
In order to get access to the INT2LM repository hosted on the C2SM-RCM GitHub organisation , please contact C2SM Support.
Compile¶
Spack takes care of configuring and building INT2LM. For detailed instructions, please consider the official spack-c2sm documentation .
Additional features for C2SM version¶
There are features that could not be merged into the COSMO-ORG version before the end of development. Therefore, a separate branch c2sm-features was created.
Read only subset of coarse netcdf input data¶
Add new namelist entries for passing start indices of NetCDF input.
This mitigates slowdown for large input files via new namelist parameters in namelist &GRID_IN
:
ie_in_start_io
(start index ini
-direction)je_in_start_io
(start index ink
-direction)
The parameters ie_in_tot
and je_in_tot
define the length of the data to be read, instead of the total length present in the NetCDF input file.