MIROC Model Diagnostic Scripts
Terms and conditions of use
We have no responsibility or liability for any unintended consequences or damages that the use of these scripts may cause. Please use them at your own risk.
Note
A very useful program "ngtcf", which converts a gtool file to a netCDF file, often writes incorrect time axis in the netCDF file.
You can correct it, for example, by
1) cdo settaxis,1850-01-16,12:00,1mon ifile.nc ofile.nc
or
2) nc_corr_month ifile.nc ofile.nc
Utility
Splitting into individual years
Climatology
Each file must contain only single-year data
Compute long-term annual, monthly, daily means
- All variables in output directory
- Only specified variables
Time series (will be superseded)
- Each file can contain multi-year data
- Each file must contain only single-year data
(construct 50 sequential DJFs from 51-year monthly data)
- Each file must contain only single-year data
(construct 50 non-sequential DJFs from 50-year monthly data)
Other utilities
Superseded
Utility
The following scripts create C-shell scripts, which are then to be executed for the analysis.
Splitting into individual years
These scripts split bundled multi-year directories into single-year directories.
Climatology: Each file must contain only single-year data
- All variables in output directory
- Only specified variables