Changeset 873 for CONFIG/IPSLCM
- Timestamp:
- 01/22/10 14:24:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/POST/monitoring01_lim2.cfg
r872 r873 37 37 # field | files patterns | files additionnal | operations | title | units | calcul of area 38 38 #----------------------------------------------------------------------------------------------------------------- 39 iicethic_north | "iicethic" | ORCA2.0_grid.nc | "(iicethic[d=1])" | "Ice thickness (NORTH)" | "m" | "if lat[d=2] ge 0 and iicethic[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 40 iicethic_south | "iicethic" | ORCA2.0_grid.nc | "(iicethic[d=1])" | "Ice thickness (SOUTH)" | "m" | "if lat[d=2] le 0 and iicethic[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 41 ileadfra_north | "ileadfra" | ORCA2.0_grid.nc | "(ileadfra[d=1])" | "Ice concentration (NORTH)" | "%" | "if lat[d=2] ge 0 and ileadfra[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 42 ileadfra_south | "ileadfra" | ORCA2.0_grid.nc | "(ileadfra[d=1])" | "Ice concentration (SOUTH)" | "%" | "if lat[d=2] le 0 and ileadfra[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 43 isnowthi_north | "isnowthi" | ORCA2.0_grid.nc | "(isnowthi[d=1])" | "Snow thickness (NORTH)" | "m" | "if lat[d=2] ge 0 and isnowthi[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 44 isnowthi_south | "isnowthi" | ORCA2.0_grid.nc | "(isnowthi[d=1])" | "Snow thickness (SOUTH)" | "m" | "if lat[d=2] le 0 and isnowthi[d=1] ne 0 then mask[k=1,d=2]*area[d=2]" 39 iicethic_north | "iicethic ileadfra" | ORCA2.3_grid.nc | "(iicethic[d=1])" | "Ice thickness (NORTH)" | "m" | "if lat[d=3] ge 0 and ileadfra[d=2] ne 0 then ileadfra[d=2]*mask[k=1,d=3]*area[d=3]" 40 iicethic_south | "iicethic ileadfra" | ORCA2.3_grid.nc | "(iicethic[d=1])" | "Ice thickness (SOUTH)" | "m" | "if lat[d=3] le 0 and ileadfra[d=2] ne 0 then ileadfra[d=2]*mask[k=1,d=3]*area[d=3]" 41 isnowthi_north | "isnowthi ileadfra" | ORCA2.3_grid.nc | "(isnowthi[d=1])" | "Snow thickness (NORTH)" | "m" | "if lat[d=3] ge 0 and ileadfra[d=2] ne 0 then ileadfra[d=2]*mask[k=1,d=3]*area[d=3]" 42 isnowthi_south | "isnowthi ileadfra" | ORCA2.3_grid.nc | "(isnowthi[d=1])" | "Snow thickness (SOUTH)" | "m" | "if lat[d=3] le 0 and ileadfra[d=2] ne 0 then ileadfra[d=2]*mask[k=1,d=3]*area[d=3]" 43 icesurf_north | "ileadfra" | ORCA2.3_grid.nc | "(if lat[d=2] gt 0 then ileadfra[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice surface (NORTH)" | "m2" | "2" 44 icesurf_south | "ileadfra" | ORCA2.3_grid.nc | "(if lat[d=2] lt 0 then ileadfra[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice surface (SOUTH)" | "m2" | "2" 45 icevol_north | "ileadfra iicethic" | ORCA2.3_grid.nc | "(if lat[d=3] gt 0 then ileadfra[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (NORTH)" | "m3" | "2" 46 icevol_south | "ileadfra iicethic" | ORCA2.3_grid.nc | "(if lat[d=3] lt 0 then ileadfra[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (SOUTH)" | "m3" | "2" 47 snowvol_north | "ileadfra isnowthi" | ORCA2.3_grid.nc | "(if lat[d=3] gt 0 then ileadfra[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (NORTH)" | "m3" | "2" 48 snowvol_south | "ileadfra isnowthi" | ORCA2.3_grid.nc | "(if lat[d=3] lt 0 then ileadfra[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (SOUTH)" | "m3" | "2" 45 49 #----------------------------------------------------------------------------------------------------------------- 50
Note: See TracChangeset
for help on using the changeset viewer.