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 – NEMO
wiki:IS-ENES/core2_cmip

Version 19 (modified by flavoni, 14 years ago) (diff)

--

TOC(heading=Integrating CORE2 forcing in nemo-libigcm)?

Integrating core2 forcing in nemo v3.2 / libigcm


Purposes:


  • Document the using of CORE2 forcing for NEMO, in configuration ORCA2_LIM, with libIGCM.



Step by step:

Preparing core2 forcing files on ORCA2 grid

climatological files

  1. Download core2 forcing files: CYNF
  2. Interpolation (with cdo 1 nco) of forcing files: example of script
  3. create coeffr weights for runoffs ( NOTE: in our case we created weights = 0, because max of runoff in core2 is < 50 Sv )
  4. removed part "if ORCA2" in sbcrnf.F90
  5. preparing script ".pro" for post processing with idl https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/std_plots.pro example
  6. automatize creation of pdf or html, by shell script https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/std_plots.sh example

Configuration of libIGCM files:

  1. COMP/opa9.card : https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/opa9.card opa9.card
  2. COMP/opa9.driver : https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/opa9.driver opa9.driver
  3. PARAM/namelist : https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/namelist namelist
  4. PARAM/iodef.xml : https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/iodef.xml iodef.xml
  5. config.card : https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/config.card config.card

interannual files

  1. Download core2 forcing files: CIAF
  2. Interpolation (with cdo 1 nco) of forcing files: [ example of script] (to add, in this case also a part to move year at the end of file to work with interannual of libigcm)
  3. removed part "if ORCA2" in sbcrnf.F90
  4. preparing script ".pro" for post processing with idl (still not decide all plots)
  5. automatize creation of pdf or html, by shell script

table of conversion of variable's names

old name ipcc's name
votemper thetao
vosaline so
vozocrtx uoce_eff
vomecrty voce_eff
sosstsst tos
sohefldo qns+qsr
sowafldp wfcorr
somxl010 mldr10_1
sosaline sos
sossheig zos
soshfldo rsntds
sozotaux tauuo
sozotauy tauvo
iicethic sit
ice_cover sic
isnowthi snd

Plots

Job characteristics :

 forcing core2 
 100 years of simulation
 output: annual mean (T,U,V)
         monthly mean (ice)
 (used ipcc's names, see table above)

https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/all_plots.pdf plots.pdf

https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/all_ts.pdf timeseries.pdf



Simona Flavoni last update: Timestamp?

Attachments (39)