Changes between Version 12 and Version 13 of Projects/INSPECT/NEMOTAM
- Timestamp:
- 09/04/15 12:37:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/INSPECT/NEMOTAM
v12 v13 150 150 It should take just over a minute to complete. 151 151 152 NEMO produces netcdf output in the form of restart files and diagnostic files (labelled {{{grid_[TUVW]}}}). In this case it also writes {{ (*tam_trajectory*}}} files to feed into TAM. Note that the diagnostic files will be empty as the run is too short.152 NEMO produces netcdf output in the form of restart files and diagnostic files (labelled {{{grid_[TUVW]}}}). In this case it also writes {{{*tam_trajectory*}}} files to feed into TAM. Note that the diagnostic files will be empty as the run is too short. 153 153 154 154 Output is written per processor, so to concatenate the files use the {{{rebuild_nemo}}} command. For example to generate a global restart file, run: … … 165 165 a) Edit the {{{run_tam.ksh}}} file to point to the executable directory, eg: 166 166 {{{ 167 EXEDIR=/net/jasmin/users/annette/nemotam/v3.4.1_test/build/bi 167 EXEDIR=/net/jasmin/users/annette/nemotam/v3.4.1_test/build/bin 168 168 }}} 169 169