Changes between Version 112 and Version 113 of IS-ENES/core2_cmip
- Timestamp:
- 2015-05-11T12:16:23+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IS-ENES/core2_cmip
v112 v113 15 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 file] 16 16 17 NOTE: you can find interpolated files at [http://dodsp.idris.fr/romr009/CORE2_clima/ IDRIS][[BR]]17 NOTE: you can find interpolated files at [http://dodsp.idris.fr/romr009/CORE2_clima/ IDRIS] [[BR]] 18 18 19 19 4. removed part "if ORCA2" in sbcrnf.F90 … … 21 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]] 22 22 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]]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] ] 24 24 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.'''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.''' 26 26 27 27 Configuration of libIGCM files: … … 35 35 1. config.card : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/core2_cmip/config.card config.card]] 36 36 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.">''''' ''' ''''''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.">''''' ''' ''''' ' 38 38 39 39 === Plots (Climatology) === … … 54 54 (used ipcc's names, see table above) 55 55 }}} 56 '''Outputs & Restart on 56 '''Outputs & Restart on '''[http://dodsp.idris.fr/romr009/REFERENCE_CLIMATO/ DODS] 57 57 58 58 Reference is named "tmx_2000" [[BR]] … … 62 62 '''Note: experience named "core2000" is like reference but without key key_zdftmx '''[[BR]] 63 63 64 '''Supplementary plots''' :[[BR]][http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf plots] :[[BR]] Plots after 10 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_10y.pdf tmx2000_10y.pdf][[BR]]64 '''Supplementary plots''' :[[BR]][http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf plots] :[[BR]] Plots after 10 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_10y.pdf tmx2000_10y.pdf] [[BR]] 65 65 66 Plots after 100 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_100y.pdf tmx2000_100y.pdf][[BR]]66 Plots after 100 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_100y.pdf tmx2000_100y.pdf] [[BR]] 67 67 68 Plots after 500 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_500y.pdf tmx2000_500y.pdf][[BR]]68 Plots after 500 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_500y.pdf tmx2000_500y.pdf] [[BR]] 69 69 70 Plots after 1000 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_1000y.pdf tmx2000_1000y.pdf][[BR]]70 Plots after 1000 years : [http://dodsp.idris.fr/romr009/plots_CORE2/CLIMATO/plots_pdf/tmx2000_1000y.pdf tmx2000_1000y.pdf] [[BR]] 71 71 72 72 === Inter Annual files === … … 74 74 75 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]]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 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]] 78 78 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]]'''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]] ''' 80 80 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]]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]] 82 82 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]]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]] 84 84 85 NOTE: you can find interpolated files at [[BR]] [[http://dodsp.idris.fr/romr009/CORE2_interan/ IDRIS]] [[BR]]85 NOTE: you can find interpolated files at [[BR]] [[http://dodsp.idris.fr/romr009/CORE2_interan/ IDRIS] ] [[BR]] 86 86 87 87 4. removed part "if ORCA2" in sbcrnf.F90 … … 118 118 (used ipcc's names, see table above) 119 119 }}} 120 '''Outputs & Restart on 120 '''Outputs & Restart on '''[http://dodsp.idris.fr/romr009/REFERENCE_INTERAN/ DODS] 121 121 122 122 Reference is named "tmxint3" … … 130 130 '''Supplementary plots ''' :[[BR]] 131 131 132 Differences between run3 and run1 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint1.pdf tmxint3_tmxint1.pdf][[BR]]132 Differences between run3 and run1 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint1.pdf tmxint3_tmxint1.pdf] [[BR]] 133 133 134 Differences between run3 and run2 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint2.pdf tmxint3_tmxint2.pdf][[BR]]134 Differences between run3 and run2 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint3_tmxint2.pdf tmxint3_tmxint2.pdf] [[BR]] 135 135 136 Differences between run2 and run1 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint2_tmxint1.pdf tmxint2_tmxint1.pdf][[BR]]136 Differences between run2 and run1 : [http://dodsp.idris.fr/romr009/plots_CORE2/INTERAN/plots_pdf/tmxint2_tmxint1.pdf tmxint2_tmxint1.pdf] [[BR]] 137 137 138 ''' & time series ''': [[BR]] For the first run of 60 years : run1 138 ''' & time series ''': [[BR]] For the first run of 60 years : run1 [http://dodsp.idris.fr/romr009/ts_CORE2/INTERAN/ts_tmxint1_tmxint1.pdf ts_tmxint1_tmxint1.pdf] 139 139 140 Differences between run2 and run1 : 140 Differences between run2 and run1 : [http://dodsp.idris.fr/romr009/ts_CORE2/INTERAN/ts_tmxint2_tmxint1.pdf ts_tmxint2_tmxint1.pdf] 141 141 142 Differences between run3 and run1 : 142 Differences between run3 and run1 : [http://dodsp.idris.fr/romr009/ts_CORE2/INTERAN/ts_tmxint3_tmxint1.pdf ts_tmxint3_tmxint1.pdf] 143 143 144 144 === table of conversion of variable's names ===