Changeset 872 for CONFIG/IPSLCM
- Timestamp:
- 01/14/10 14:57:28 (15 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/lim2.card
r830 r872 26 26 Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 27 27 GatherWithInternal = (nav_lon, nav_lat, time_counter) 28 TimeSeriesVars2D = (iicethic, i snowthi, iicevelu, iicevelv)28 TimeSeriesVars2D = (iicethic, ileadfra, isnowthi, iicevelu, iicevelv) 29 29 ChunckJob2D = NONE 30 30 TimeSeriesVars3D = () -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/POST/monitoring01_lim2.cfg
r794 r872 39 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 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]" 41 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]" 42 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]"
Note: See TracChangeset
for help on using the changeset viewer.