- Timestamp:
- 11/10/15 09:55:39 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/POST/monitoring01_lim3_ORCA1.cfg
r2297 r2674 37 37 # field | files patterns | files additionnal | operations | title | units | calcul of area 38 38 #----------------------------------------------------------------------------------------------------------------- 39 iicethic_north | "iicethic ice_pres" | ORCA1.0_grid.nc | "(iicethic[d=1])" | "Ice thickness (NORTH)" | "m" | "if lat[d=3] ge 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 40 iicethic_south | "iicethic ice_pres" | ORCA1.0_grid.nc | "(iicethic[d=1])" | "Ice thickness (SOUTH)" | "m" | "if lat[d=3] le 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 41 isnowthi_north | "isnowthi ice_pres" | ORCA1.0_grid.nc | "(isnowthi[d=1])" | "Snow thickness (NORTH)" | "m" | "if lat[d=3] ge 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 42 isnowthi_south | "isnowthi ice_pres" | ORCA1.0_grid.nc | "(isnowthi[d=1])" | "Snow thickness (SOUTH)" | "m" | "if lat[d=3] le 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 43 icesurf_north | "ice_pres" | ORCA1.0_grid.nc | "(if lat[d=2] gt 0 then ice_pres[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice surface (NORTH)" | "m2" | "2" 44 icesurf_south | "ice_pres" | ORCA1.0_grid.nc | "(if lat[d=2] lt 0 then ice_pres[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice surface (SOUTH)" | "m2" | "2" 45 icevol_north | "ice_pres iicethic" | ORCA1.0_grid.nc | "(if lat[d=3] gt 0 then ice_pres[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (NORTH)" | "m3" | "2" 46 icevol_south | "ice_pres iicethic" | ORCA1.0_grid.nc | "(if lat[d=3] lt 0 then ice_pres[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (SOUTH)" | "m3" | "2" 47 snowvol_north | "ice_pres isnowthi" | ORCA1.0_grid.nc | "(if lat[d=3] gt 0 then ice_pres[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (NORTH)" | "m3" | "2" 48 snowvol_south | "ice_pres isnowthi" | ORCA1.0_grid.nc | "(if lat[d=3] lt 0 then ice_pres[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (SOUTH)" | "m3" | "2" 39 siconc_north | "siconc" | eORCA1.0_grid.nc | "(siconc[d=1])" | "Ice Fraction (NORTH)" | "-" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 40 siconc_south | "siconc" | eORCA1.0_grid.nc | "(siconc[d=1])" | "Ice Fraction (SOUTH)" | "-" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 41 icesurf_north | "siconc" | eORCA1.0_grid.nc | "(if lat[d=2] ge 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Surface (NORTH)" | "m2" | "2" 42 icesurf_south | "siconc" | eORCA1.0_grid.nc | "(if lat[d=2] le 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Surface (SOUTH)" | "m2" | "2" 43 icevol_north | "sivolu siconc" | eORCA1.0_grid.nc | "(if lat[d=3] ge 0 then sivolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Ice Volume (NORTH)" | "m3" | "2" 44 snowol_south | "snvolu siconc" | eORCA1.0_grid.nc | "(if lat[d=3] le 0 then sivolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Ice Volum (SOUTH)" | "m3" | "2" 45 snowvol_north | "snvolu siconc" | eORCA1.0_grid.nc | "(if lat[d=3] ge 0 then snvolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Snow Volume (NORTH)" | "m3" | "2" 46 icevol_south | "sivolu siconc" | eORCA1.0_grid.nc | "(if lat[d=3] le 0 then snvolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Snow Volume (SOUTH)" | "m3" | "2" 47 iicethic_north | "sithic siconc" | eORCA1.0_grid.nc | "(sithic[d=1])" | "Ice thickness (NORTH)" | "m" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 48 iicethic_south | "sithic siconc" | eORCA1.0_grid.nc | "(sithic[d=1])" | "Ice thickness (SOUTH)" | "m" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 49 isnowthi_north | "snvolu siconc" | eORCA1.0_grid.nc | "(snvolu[d=1])" | "Snow thickness (NORTH)" | "m" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 50 isnowthi_south | "snvolu siconc" | eORCA1.0_grid.nc | "(snvolu[d=1])" | "Snow thickness (SOUTH)" | "m" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 51 sisali_north | "sisali siconc " | eORCA1.0_grid.nc | "(sisali[d=1])" | "Ice Salinity (NORTH)" | "PSS" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 52 sisali_south | "sisali siconc " | eORCA1.0_grid.nc | "(sisali[d=1])" | "Ice Salinity (NORTH)" | "PSS" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 53 sitemp_north | "sitemp siconc " | eORCA1.0_grid.nc | "(sitemp[d=1])" | "Ice Temperature (NORTH)" | "C" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 54 sitemp_south | "sitemp siconc " | eORCA1.0_grid.nc | "(sitemp[d=1])" | "Ice Temperature (SOUTH)" | "C" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 55 sistem_north | "sistem siconc " | eORCA1.0_grid.nc | "(sistem[d=1])" | "Ice Surface Temperature (NORTH)" | "C" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 56 sistem_south | "sistem siconc " | eORCA1.0_grid.nc | "(sistem[d=1])" | "Ice Surface Temperature (SOUTH)" | "C" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 57 siages_north | "siages siconc " | eORCA1.0_grid.nc | "(siages[d=1])" | "Ice Age (NORTH)" | "years" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 58 siages_south | "siages siconc " | eORCA1.0_grid.nc | "(siages[d=1])" | "Ice Age (SOUTH)" | "years" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 59 60 49 61 #----------------------------------------------------------------------------------------------------------------- 50 62
Note: See TracChangeset
for help on using the changeset viewer.