New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
IS-ENES/core2_cmip (diff) – NEMO

Changes between Version 108 and Version 109 of IS-ENES/core2_cmip


Ignore:
Timestamp:
2015-05-11T12:03:46+02:00 (9 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IS-ENES/core2_cmip

    v108 v109  
    22 
    33= '''Integrating COREII forcing in nemo tags v3.2 / libigcm tags v1.4''' = 
    4 [[BR]] 
     4== Purposes: == 
     5 * Document the using of COREII forcing for NEMO (tag v32, revision : 1803), in configuration ORCA2_LIM, with libIGCM (tags v1.4, revision : 200). 
    56 
    6 == Purposes: == 
    7  
    8 [[BR]] 
    9  
    10     * Document the using of COREII forcing for NEMO (tag v32, revision : 1803), in configuration ORCA2_LIM, with libIGCM (tags v1.4, revision : 200).  
    11  
    12  
    13     * [http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6VPS-4TGHNK7-1&_user=1082852&_coverDate=12%2F31%2F2009&_rdoc=1&_fmt=high&_orig=browse&_srch=doc-info%28%23toc%236214%232009%23999739998%23739137%23FLA%23display%23Volume%29&_cdi=6214&_sort=d&_docanchor=&_ct=6&_acct=C000051401&_version=1&_urlVersion=0&_userid=1082852&md5=89e823a638c6e3c91a61dac716fa3eea Documentation of CORE :] 
    14 [[BR]] 
    15 [[BR]] 
    16  
     7 * [http://data1.gfdl.noaa.gov/nomads/forms/core/COREv2.html Documentation of CORE :] 
    178 
    189== Step by step: == 
    19   
    20  Preparing COREII forcing files on ORCA2 grid 
     10  Preparing COREII forcing files on ORCA2 grid 
    2111 
     12=== climatological files === 
     13 1. Download COREII forcing files : [http://data1.gfdl.noaa.gov/nomads/forms/mom4/COREv2.html CYNF] [[BR]] 
     14 1. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [http://www.nemo-ocean.eu/Using-NEMO/Pre-and-post-processing-packages/Pre-Processing/cdo-interpolation example of script] 
     15 1. create coefr weights for runoffs  ( NOTE: in our case we created weights = 0, because max of runoff in COREII is < 50 Sv ) File runoff with 2 weight's coefficient (coefr0 is 0 averywhere, and coefr ......):  [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/runoff_core_monthly.nc runoff_core_monthly.nc]][[BR]] 
    2216 
    23 === climatological files ===  
     17NOTE:  you can find interpolated files at [http://dodsp.idris.fr/reee605/CORE2_clima/ IDRIS] [[BR]] 
    2418 
     19 4. removed part "if ORCA2" in sbcrnf.F90 
     20 4. preparing script ".pro" for post processing with idl [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_plots.pro.clima example for plots]], and [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_ts.pro.clima example for time series]] 
     21 4. automatize creation of pdf or html, by shell script [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_plots.sh.clima example for plots]], and [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/time_series.sh.clima example for time series]] 
    2522 
    26  1. Download COREII forcing files : [http://data1.gfdl.noaa.gov/nomads/forms/mom4/COREv2.html CYNF] [[BR]] 
    27  2. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [http://www.nemo-ocean.eu/Using-NEMO/Pre-and-post-processing-packages/Pre-Processing/cdo-interpolation example of script] 
    28  3. create coefr weights for runoffs  ( NOTE: in our case we created weights = 0, because max of runoff in COREII is < 50 Sv ) 
    29  File runoff with 2 weight's coefficient (coefr0 is 0 averywhere, and coefr ......): [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/runoff_core_monthly.nc runoff_core_monthly.nc]] 
     23  and all detailed scripts for single : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/plots.tar.gz plots]  ] and for single : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/ts.tar.gz time series]  ] 
    3024 
    31 NOTE:  
    32 you can find interpolated files at [http://dodsp.idris.fr/reee605/CORE2_clima/  IDRIS] [[BR]] 
     25  '''  NOTE : it is better to do not give name with "_" because to have timeseries the script looks for experience name and dates in filenames, and to split filename it uses "_" like separator.''' 
    3326 
    34  4. removed part "if ORCA2" in sbcrnf.F90  
    35  5. preparing script ".pro" for post processing with idl [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_plots.pro.clima example for plots]], and [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_ts.pro.clima example for time series]] 
    36  6. automatize creation of pdf or html, by shell script [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/std_plots.sh.clima example for plots ]], and [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/time_series.sh.clima example for time series ]] 
     27  Configuration of libIGCM files: 
    3728 
    38  and all detailed scripts for single : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/plots.tar.gz plots ]] 
    39  and for single : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/ts.tar.gz time series ]] 
     29 1. COMP/opa9.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9.card opa9.card]] 
     30 1. COMP/opa9.driver   : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9.driver opa9.driver]] 
     31 1. COMP/lim2.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/lim2.card lim2.card]] 
     32 1. PARAM/namelist     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist namelist]] 
     33 1. PARAM/namelist_ice : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_ice_lim2 namelist_ice_lim2]] 
     34 1. PARAM/iodef.xml    : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/iodef.xml iodef.xml]] 
     35 1. config.card        : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/config.card config.card]] 
    4036 
    41  '''NOTE : it is better to do not give name with "_" because to have timeseries the script looks for experience name and dates in filenames, and to split filename it uses "_" like separator.''' 
     37  '''  NOTE : be careful to opa9.driver & iodef.xml file'''   [[BR]]  '''  in opa9.driver there is a specific sed in iodef.xml to have monthly output only for specifics decades'''   [[BR]]  '''  in iodef.xml file there is : [[BR]]  <group id="1m" output_freq="-1" output_level="10" enabled=".FALSE.">''''' ''' '''''' 
    4238 
    43  Configuration of libIGCM files: 
    44  1. COMP/opa9.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9.card opa9.card]] 
    45  2. COMP/opa9.driver   : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9.driver opa9.driver ]] 
    46  3. COMP/lim2.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/lim2.card  lim2.card ]] 
    47  4. PARAM/namelist     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist namelist ]] 
    48  5. PARAM/namelist_ice : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_ice_lim2 namelist_ice_lim2 ]] 
    49  6. PARAM/iodef.xml    : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/iodef.xml iodef.xml ]] 
    50  7. config.card        : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/config.card config.card ]] 
     39=== Plots (Climatology) === 
     40Job characteristics : 
    5141 
    52  '''NOTE : be careful to opa9.driver & iodef.xml file''' [[BR]] 
    53  '''in opa9.driver there is a specific sed in iodef.xml to have monthly output only for specifics decades''' [[BR]] 
    54  '''in iodef.xml file there is : [[BR]] 
    55  <group id="1m" output_freq="-1" output_level="10" enabled=".FALSE.">''' 
    56  
    57   
    58 === Plots (Climatology) === 
    59  
    60 Job characteristics : 
    6142{{{ 
    6243 forcing : COREII  
     
    7354 (used ipcc's names, see table above) 
    7455}}} 
    75 '''Outputs & Restart on [http://dodsp.idris.fr/reee605/REFERENCE_CLIMATO/ DODS ] ''' 
     56'''Outputs & Restart on [http://dodsp.idris.fr/reee605/REFERENCE_CLIMATO/ DODS] ''' 
    7657 
    7758Reference is named "tmx_2000" [[BR]] 
    7859 
    79 [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_2000y.pdf plots.pdf ] [[BR]] 
    80 [http://dodsp.idris.fr/reee605/ts_CORE2/CLIMATO/ts_tmx2000.pdf  timeseries.pdf ] 
     60[http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_2000y.pdf plots.pdf] [[BR]] [http://dodsp.idris.fr/reee605/ts_CORE2/CLIMATO/ts_tmx2000.pdf timeseries.pdf] 
    8161 
    8262'''Note: experience named "core2000" is like reference but without key key_zdftmx '''[[BR]] 
    8363 
    84 '''Supplementary plots''' :[[BR]] 
    85 [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf plots ] :[[BR]] 
    86 Plots after 10 years : [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_10y.pdf tmx2000_10y.pdf] [[BR]] 
     64'''Supplementary plots''' :[[BR]] [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf plots] :[[BR]] Plots after 10 years : [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_10y.pdf tmx2000_10y.pdf] [[BR]] 
    8765 
    8866Plots after 100 years : [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_100y.pdf tmx2000_100y.pdf] [[BR]] 
     
    9270Plots after 1000 years : [http://dodsp.idris.fr/reee605/plots_CORE2/CLIMATO/plots_pdf/tmx2000_1000y.pdf tmx2000_1000y.pdf] [[BR]] 
    9371 
     72=== Inter Annual files === 
     73'''NOTE: runoff for interannual is the same of climatological''' '''so be careful to change (if necessary) the name in opa9.card!!!! ''' 
    9474 
    95 [[BR]] 
     75 1. Download COREII forcing files : [http://data1.gfdl.noaa.gov/nomads/forms/mom4/COREv2/CIAF_v2.html CIAF] [[BR]] 
     76 1. For Inter Annual case you can download "Combined years data sets" from 1948 to 2007 (60 years).  Here there is a script to extract every year from global file : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/script_extract.sh example of extract script]] 
     77 1. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [http://www.nemo-ocean.eu/Using-NEMO/Pre-and-post-processing-packages/Pre-Processing/cdo-interpolation example of script] [[BR]] 
    9678 
     79  In this case I needed also a script to move "_year" at the end of file to work with Inter Annual forcing files, because in namelist you have to put your file name and NEMO add the year at the end of the file name'''  [[BR]] ''' 
    9780 
    98 === Inter Annual files ===  
    99   
     81  There are 2 cases: [[BR]]  3.1 If this script of example is used you remove part with date (04MAR2010)  [[BR]]  3.2 Or you can leave part with date of file's creation    [[BR]] 
    10082 
    101 '''NOTE: runoff for interannual is the same of climatological''' 
    102 '''so be careful to change (if necessary) the name in opa9.card!!!! ''' 
     83  Here you have corresponding examples of script to move "_year" in filename :[[BR]]  3.1 [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/change_names.DDMMMYYYY.sh change_names.DDMMMYYYY.sh]  ] [[BR]]  3.2 [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/change_names.date.sh change_names.date.sh]  ]  [[BR]] 
    10384 
    104    
    105  1. Download COREII forcing files : [http://data1.gfdl.noaa.gov/nomads/forms/mom4/COREv2/CIAF_v2.html CIAF] [[BR]]   
    106  2. For Inter Annual case you can download "Combined years data sets" from 1948 to 2007 (60 years).  
    107  Here there is a script to extract every year from global file : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/script_extract.sh example of extract script]] 
    108  3. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [http://www.nemo-ocean.eu/Using-NEMO/Pre-and-post-processing-packages/Pre-Processing/cdo-interpolation example of script] [[BR]]  
    109    
    110  In this case I needed also a script to move "_year" at the end of file to work with Inter Annual forcing files, because in namelist you have to put your file name and NEMO add the year at the end of the file name'''[[BR]] 
     85  NOTE:  you can find interpolated files at [[BR]]  [[http://dodsp.idris.fr/reee605/CORE2_interan/ IDRIS]  ]  [[BR]] 
    11186 
    112  There are 2 cases: [[BR]] 
    113  3.1 If this script of example is used you remove part with date (04MAR2010)  [[BR]] 
    114  3.2 Or you can leave part with date of file's creation    [[BR]] 
    115  
    116  Here you have corresponding examples of script to move "_year" in filename :[[BR]] 
    117  3.1 [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/change_names.DDMMMYYYY.sh change_names.DDMMMYYYY.sh]] [[BR]] 
    118  3.2 [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/change_names.date.sh change_names.date.sh]]  [[BR]] 
    119  
    120  NOTE:  
    121  you can find interpolated files at [[BR]] 
    122  [[http://dodsp.idris.fr/reee605/CORE2_interan/ IDRIS]]  [[BR]] 
    123  
    124  4. removed part "if ORCA2" in sbcrnf.F90  
    125  5. in fldread.F90 changed:  "IF( llprev .AND. sdjf%num == 0 ) " in "IF( llprev .AND. sdjf%num <= 0 )" 
    126  6. added in subbasins_orca21.nc mask for indopacific ocean and indian ocean without red sea. 
    127  7. preparing script ".pro" for post processing with idl (same as climatological case) 
    128  8. automatize creation of pdf or html, by shell script (same as climatological case) 
    129  
     87 4. removed part "if ORCA2" in sbcrnf.F90 
     88 4. in fldread.F90 changed:  "IF( llprev .AND. sdjf%num == 0 ) " in "IF( llprev .AND. sdjf%num <= 0 )" 
     89 4. added in subbasins_orca21.nc mask for indopacific ocean and indian ocean without red sea. 
     90 4. preparing script ".pro" for post processing with idl (same as climatological case) 
     91 4. automatize creation of pdf or html, by shell script (same as climatological case) 
    13092 
    13193  Configuration of libIGCM files: 
     94 
    13295 1. COMP/opa9.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9_inter.card opa9.card]] 
    133  2. COMP/opa9.driver   : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9_inter.driver opa9.driver ]] 
    134  3. COMP/lim2.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/lim2.card  lim2.card ]] 
    135  4. PARAM/namelist     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_inter namelist ]] 
    136  5. PARAM/namelist_ice : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_ice_lim2 namelist_ice_lim2 ]] 
    137  6. PARAM/iodef.xml    : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/iodef.xml iodef.xml ]] 
    138  7. config.card        : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/config_inter.card config.card ]] 
     96 1. COMP/opa9.driver   : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/opa9_inter.driver opa9.driver]] 
     97 1. COMP/lim2.card     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/lim2.card lim2.card]] 
     98 1. PARAM/namelist     : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_inter namelist]] 
     99 1. PARAM/namelist_ice : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/namelist_ice_lim2 namelist_ice_lim2]] 
     100 1. PARAM/iodef.xml    : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/iodef.xml iodef.xml]] 
     101 1. config.card        : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/config_inter.card config.card]] 
    139102 
    140103=== Plots (Interannual) === 
     104Job characteristics : 
    141105 
    142 Job characteristics : 
    143106{{{ 
    144107 forcing : COREII  
     
    155118 (used ipcc's names, see table above) 
    156119}}} 
     120'''Outputs & Restart on [http://dodsp.idris.fr/reee605/REFERENCE_INTERAN/ DODS] ''' 
    157121 
     122Reference is named "tmxint3" 
    158123 
    159 '''Outputs & Restart on [http://dodsp.idris.fr/reee605/REFERENCE_INTERAN/ DODS ] ''' 
     124[http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmx_int3.pdf plots.pdf] [[BR]] [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint3.pdf time_series.pdf]  is time series of the third run of 60 years.[[BR]] 
    160125 
    161 Reference is named "tmxint3"  
    162  
    163 [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmx_int3.pdf  plots.pdf ] [[BR]] 
    164 [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint3.pdf time_series.pdf ]  is time series of the third run of 60 years.[[BR]] 
    165  
    166 ( and time series of difference between run3 and run2): [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint2.pdf ts_tmxint3_tmxint2.pdf ] [[BR]] 
     126( and time series of difference between run3 and run2): [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint2.pdf ts_tmxint3_tmxint2.pdf] [[BR]] 
    167127 
    168128'''Note: experience named "core360i" is like reference but without key key_zdftmx'''[[BR]] 
    169129 
    170  
    171130'''Supplementary plots ''' :[[BR]] 
    172131 
    173 Differences between run3 and run1 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint1.pdf  tmxint3_tmxint1.pdf ]  [[BR]] 
     132Differences between run3 and run1 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint1.pdf tmxint3_tmxint1.pdf]  [[BR]] 
    174133 
    175 Differences between run3 and run2 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint2.pdf  tmxint3_tmxint2.pdf ]  [[BR]] 
     134Differences between run3 and run2 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint2.pdf tmxint3_tmxint2.pdf]  [[BR]] 
    176135 
    177 Differences between run2 and run1 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint2_tmxint1.pdf  tmxint2_tmxint1.pdf ]  [[BR]] 
     136Differences between run2 and run1 : [http://dodsp.idris.fr/reee605/plots_CORE2/INTERAN/plots_pdf/tmxint2_tmxint1.pdf tmxint2_tmxint1.pdf]  [[BR]] 
    178137 
    179 ''' & time series ''': [[BR]] 
    180 For the first run of 60 years : run1 [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint1_tmxint1.pdf ts_tmxint1_tmxint1.pdf ] 
     138''' & time series ''': [[BR]] For the first run of 60 years : run1 [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint1_tmxint1.pdf ts_tmxint1_tmxint1.pdf] 
    181139 
    182 Differences between run2 and run1 : [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint2_tmxint1.pdf ts_tmxint2_tmxint1.pdf ] 
     140Differences between run2 and run1 : [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint2_tmxint1.pdf ts_tmxint2_tmxint1.pdf] 
    183141 
    184 Differences between run3 and run1 : [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint1.pdf ts_tmxint3_tmxint1.pdf ] 
     142Differences between run3 and run1 : [http://dodsp.idris.fr/reee605/ts_CORE2/INTERAN/ts_tmxint3_tmxint1.pdf ts_tmxint3_tmxint1.pdf] 
    185143 
    186 [[BR]] 
    187 [[BR]] 
    188  
    189  
    190 === table of conversion of variable's names ===  
    191  
     144=== table of conversion of variable's names === 
    192145Here is a table of conversion from old names to ipcc's names for variables used in these examples with COREII forcing files: 
    193146 
    194  || '''old name''' || '''ipcc's name''' || 
    195  || votemper       ||        thetao     || 
    196  || vosaline       ||        so         ||  
    197  || vozocrtx       ||        uoce_eff   || 
    198  || vomecrty       ||        voce_eff   || 
    199  || sosstsst       ||        tos        || 
    200  || sohefldo       ||        qns+qsr    || 
    201  || sowafldp       ||        wfcorr     || 
    202  || sowaflup       ||        wfo        || 
    203  || somxl010       ||        mldr10_1   || 
    204  || sosaline       ||        sos        || 
    205  || sossheig       ||        zos        || 
    206  || soshfldo       ||        rsntds     || 
    207  || sozotaux       ||        tauuo      || 
    208  || sozotauy       ||        tauvo      || 
    209  || iicethic       ||        sit        || 
    210  || ice_cover      ||        sic        || 
    211  || isnowthi       ||        snd        || 
     147  || '''old name''' || '''ipcc's name''' || 
     148  || votemper ||  thetao  || 
     149  || vosaline ||  so  || 
     150  || vozocrtx ||  uoce_eff  || 
     151  || vomecrty ||  voce_eff  || 
     152  || sosstsst ||  tos  || 
     153  || sohefldo ||  qns+qsr  || 
     154  || sowafldp ||  wfcorr  || 
     155  || sowaflup ||  wfo  || 
     156  || somxl010 ||  mldr10_1  || 
     157  || sosaline ||  sos  || 
     158  || sossheig ||  zos  || 
     159  || soshfldo ||  rsntds  || 
     160  || sozotaux ||  tauuo  || 
     161  || sozotauy ||  tauvo  || 
     162  || iicethic ||  sit  || 
     163  || ice_cover ||  sic  || 
     164  || isnowthi ||  snd  || 
    212165 
    213 [[BR]] 
    214 [[BR]] 
    215  
    216  
    217  Simona Flavoni last update:  [[Timestamp]] 
     166  Simona Flavoni last update:  [[Timestamp]]