Changes between Version 115 and Version 116 of IS-ENES/core2_cmip
- Timestamp:
- 2015-06-11T12:00:44+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IS-ENES/core2_cmip
v115 v116 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] 17 NOTE: you can find interpolated files at [http://dodsp.idris.fr/romr009/CORE2_clima/ IDRIS] [http://prodn.idris.fr/thredds/catalog/ipsl_public/romr009/CORE2_clima/catalog.html 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) === … … 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