Configurations
- get help from Sylvie
Getting data
- notes from Nils
Gotchas
- needs GRIB_GRIBEX_MODE_ON=1 to ensure grib gets written correctly. Otherwise the model will crash at the first output instance. Users will see a failure in grib_api (igrib_set_real8_array)
- make sure &NAMDIM, NUNDEFLD=0 is set. This ensure all uninitialized variables are set to zero. The SW model can output fields not used.
(taken straight from Sylvie's email of 26/2/14)
...