Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#cccccc
borderWidth1
borderStylesolid
titleSample directory list of an archive file

File name                                       Description                                                                                                                                                                                   Size

2015120300/                               : directory for a given starting date                                                                0 MB
2015120300/ecmwf/                         : subdirectory containing the namelists and some outputs                                             0 MB
2015120300/ecmwf/namelistfc               : namelist with detailed experiment setup                                                          4.6 KB
2015120300/ecmwf/NODE.001_01.model.1      : text output (log) file including all the important information about the model run run               3.8 MB
2015120300/ecmwf/ifs.stat.model.1 1         : information about model steps (useful for debugging)                                              26 KB
2015120300/ecmwf/wam_namelist namelist             : namelist of the coupled wave model                                                               3.1 KB
2015120300/ICMCLgs0cINIT                  : input file containing surface and soil information (albedo, soil temperature etc.)               9.3 MB
2015120300/ICMGGgs0cINIT                  : input file containing gridpoint surface initial data                                               7 MB
2015120300/ICMSHgs0cINIT                  : input file containing initial data for the prognostic variables in spectral representation representation        35 MB
2015120300/ICMGGgs0cINIUA                 : input file containing initial data for the prognostic variables in gridpoint representation representation      101 MB
2015120300/wam_grid_tables tables                : model grid and tables for the wave model                                                          52 MB
2015120300/wam_subgrid_0 0                  : information for model advection, including sub-grid parametrisation for the wave model            12 MB
2015120300/wam_subgrid_1 1                  : information for model advection, including sub-grid parametrisation for the wave model            25 MB
2015120300/wam_subgrid_2 2                  : information for model advection, including sub-grid parametrisation for the wave model            25 MB
2015120300/cdwavein cdwavein                       : initial value of drag coefficient for the wave model                                              63 KB
2015120300/specwavein specwavein                     : initial wave spectra for the wave model                                                          7.6 MB
2015120300/uwavein uwavein                        : initial value of wind speed for the wave model                                                    63 KB
2015120300/sfcwindin sfcwindin                      : initial value of 10-meter horizontal wind components and sea ice fraction for the wave model     2.2 MB

The namelist file highlighted in green in the box above controls the necessary settings (e.g., time step, experiment ID) as well as the post-processing. The most important namelist elements are listed below with their explanation:

Panel
borderColor#cccccc
borderWidth1
borderStylesolid
titleSample namelist

&NAMDYN                  ! Name of the namelist group
TSTEP=2700.0,            ! Timestep in seconds
/                        ! End of the namelist group

&NAMFPG
NFPLEV=91,               ! Number of vertical levels
NFPMAX=255,              ! Spectral truncation
/

&NAMCT0
CNMEXP="gs0c",           ! Experiment ID
/

&NAMFPC
! Pressure level outputs: number of fields (NFP3DFP), GRIB field codes (MFP3DFP) and pressure levels in Pascals (RFP3P)
NFP3DFP=9,
MFP3DFP(:)=129,130,135,138,155,157,133,131,132,
RFP3P(:)=100000.0,92500.0,85000.0,70000.0,50000.0,40000.0,30000.0,25000.0,20000.0,\
         15000.0,10000.0,7000.0,5000.0,3000.0,2000.0,1000.0,700.0,500.0,300.0,200.0,100.0,

! Saving spectral orography (geopotential), surface pressure (logarithm of surface pressure) needed to post-processing
NFP2DF=2,
MFP2DF(:)=129,152,
! Physics output: number of fields (NFPPHY) and GRIB field codes (MFPPHY)

NFPPHY=89,
MFPPHY(:)=31,32,33,34,35,36,37,38,39,40,41,42,44,45,49,50,57,58,59,78,79,129,136,\
          137,139,141,142,143,144,145,146,147,148,151,159,164,165,166,167,168,169,\
          170,172,175,176,177,178,179,180,181,182,183,186,187,188,189,195,196,197,\
          198,201,202,205,206,208,209,210,211,235,236,238,243,244,245,229,230,231,\
          232,213,212,8,9,228089,228090,228001,260121,260123,228129,228130,
/

...