[987] | 1 | {\footnotesize |
---|
| 2 | \begin{verbatim} |
---|
| 3 | netcdf startfi { |
---|
| 4 | dimensions: |
---|
| 5 | index = 100 ; |
---|
| 6 | physical_points = 738 ; |
---|
| 7 | subsurface_layers = 18 ; |
---|
| 8 | nlayer_plus_1 = 19 ; |
---|
| 9 | number_of_advected_fields = 3 ; |
---|
| 10 | variables: |
---|
| 11 | float controle(index) ; |
---|
| 12 | controle:title = "Control parameters" ; |
---|
| 13 | float soildepth(subsurface_layers) ; |
---|
| 14 | soildepth:title = "Soil mid-layer depth" ; |
---|
| 15 | float longitude(physical_points) ; |
---|
| 16 | longitude:title = "Longitudes of physics grid" ; |
---|
| 17 | float latitude(physical_points) ; |
---|
| 18 | latitude:title = "Latitudes of physics grid" ; |
---|
| 19 | float area(physical_points) ; |
---|
| 20 | area:title = "Mesh area" ; |
---|
| 21 | float phisfi(physical_points) ; |
---|
| 22 | phisfi:title = "Geopotential at the surface" ; |
---|
| 23 | float albedodat(physical_points) ; |
---|
| 24 | albedodat:title = "Albedo of bare ground" ; |
---|
| 25 | float ZMEA(physical_points) ; |
---|
| 26 | ZMEA:title = "Relief: mean relief" ; |
---|
| 27 | float ZSTD(physical_points) ; |
---|
| 28 | ZSTD:title = "Relief: standard deviation" ; |
---|
| 29 | float ZSIG(physical_points) ; |
---|
| 30 | ZSIG:title = "Relief: sigma parameter" ; |
---|
| 31 | float ZGAM(physical_points) ; |
---|
| 32 | ZGAM:title = "Relief: gamma parameter" ; |
---|
| 33 | float ZTHE(physical_points) ; |
---|
| 34 | ZTHE:title = "Relief: theta parameter" ; |
---|
| 35 | float co2ice(physical_points) ; |
---|
| 36 | co2_ice:title = "CO2 ice cover" ; |
---|
| 37 | float inertiedat(subsurface_layers, physical_points) ; |
---|
| 38 | inertiedat:title = "Soil thermal inertia" ; |
---|
| 39 | float tsurf(physical_points) ; |
---|
| 40 | tsurf:title = "Surface temperature" ; |
---|
| 41 | float tsoil(subsurface_layers, physical_points) ; |
---|
| 42 | tsoil:title = "Soil temperature" ; |
---|
| 43 | float emis(physical_points) ; |
---|
| 44 | emis:title = "Surface emissivity" ; |
---|
| 45 | float q2(nlayer_plus_1, physical_points) ; |
---|
| 46 | q2:title = "pbl wind variance" ; |
---|
| 47 | float h2o_ice(physical_points) ; |
---|
| 48 | h2o_ice:title = "tracer on surface" ; |
---|
| 49 | |
---|
| 50 | // global attributes: |
---|
| 51 | :title = "Physics start file" ; |
---|
| 52 | } |
---|
| 53 | \end{verbatim} |
---|
| 54 | } |
---|