Changeset 4095
- Timestamp:
- 2013-10-21T21:52:40+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_r3987_UKMO4_OBS/NEMOGCM/NEMO/OOO_SRC/namelist
r4030 r4095 3 3 ! namoff Offline obs_oper namelist 4 4 !---------------------------------------------------------------------- 5 ! model_files specifies the files containing the model counterpart 6 ! nn_modindex specifies the index within the model file 7 ! nn_forecast specifies the forecast index in the output files 8 ! nn_fclen specifies the forecast length of the run 9 ! alt_file specifies the altimeter bias file 5 ! off_files specifies the files containing the model counterpart 6 ! nn_off_idx specifies the index within the model file 7 ! nn_off_freq specifies the number of timesteps between file reads 10 8 &namoff 11 model_files = 'fcst.0.nc' 12 nn_modindex = 1 13 nn_forecast = 1 14 nn_leadtime = 12 15 n_fclen = 1 9 off_files = 'fcst.0.nc' 10 nn_off_idx = 1 16 11 / 17 12 !---------------------------------------------------------------------- 18 13 ! namcl4 Class 4 obs_oper namelist 19 14 !---------------------------------------------------------------------- 20 ! cl4_vars the name of the variable in the class 4 file 21 ! cl4_sys the forecast system being used e.g. FOAM 22 ! cl4_cfg the model configuration being used e.g. amm7 23 ! cl4_vn the version number e.g. 12.0 24 ! cl4_prefix prefix which denotes the output file 25 ! cl4_contact email address of file creator 26 ! cl4_inst institution related to the data within the file 15 ! cl4_date the verfication date of the class 4 file 16 ! cl4_vars the name of the variable in the class 4 file 17 ! cl4_sys the forecast system being used e.g. FOAM 18 ! cl4_cfg the model configuration being used e.g. amm7 19 ! cl4_vn the version number e.g. 12.0 20 ! cl4_prefix prefix which denotes the output file 21 ! cl4_contact email address of file creator 22 ! cl4_inst institution related to the data within the file 23 ! cl4_leadtime lead time axis of class 4 file 24 ! cl4_fcst_idx output file forecast index 25 ! cl4_fcst_len output file forecast dimension length 26 ! cl4_match_len number of match types 27 27 ! 28 28 &namcl4 29 cl4_leadtime = 12 30 cl4_fcst_idx = 1 31 cl4_fcst_len = 1 32 cl4_match_len = 1 33 cl4_date = '20130101' 29 34 cl4_vars = 'forecast' 30 35 cl4_sys = 'FOAM' 31 cl4_cfg = ' AMM7'36 cl4_cfg = 'amm7' 32 37 cl4_vn = '12.0' 33 38 cl4_prefix = 'class4' 34 cl4_contact = ' andrew.ryan@metoffice.gov.uk'39 cl4_contact = '' 35 40 cl4_inst = 'UK Met Office' 36 41 /
Note: See TracChangeset
for help on using the changeset viewer.