Changeset 872 for CONFIG/IPSLCM/IPSLCM5


Ignore:
Timestamp:
01/14/10 14:57:28 (14 years ago)
Author:
aclsce
Message:

Added Ice concentration as ice variable treated by post-processing

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  
    2626Patches = (Patch_20091030_histcom_time_axis,Patch_20091118_mask) 
    2727GatherWithInternal = (nav_lon, nav_lat, time_counter) 
    28 TimeSeriesVars2D = (iicethic, isnowthi, iicevelu, iicevelv) 
     28TimeSeriesVars2D = (iicethic, ileadfra, isnowthi, iicevelu, iicevelv) 
    2929ChunckJob2D = NONE 
    3030TimeSeriesVars3D = () 
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/POST/monitoring01_lim2.cfg

    r794 r872  
    3939 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]" 
    4040 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]" 
    4143 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]" 
    4244 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.