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 43 and Version 44 of IS-ENES/core2_cmip


Ignore:
Timestamp:
2010-04-20T12:20:13+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IS-ENES/core2_cmip

    v43 v44  
    7676 2. For Inter Annual case you can download "Combined years data sets" from 1948 to 2007 (60 years).  
    7777 Here there is a script to extract every year from global file : [[https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/private/core2_cmip/script_extract.sh example of extract script]] 
     78 3. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [ example of script ] [[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''' 
    7880 
     81 There are 2 cases, 
     82 3.1 if you work with Combined years data sets (files like : ncar_precip.1948-2007.nc   60 years) 
     83 3.2 if you work with single year data set (files like : ncar_precip.1948.nc   1 year) 
    7984 
    80 2. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [ 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)''' 
     85 Here you have corresponding examples of script to move "_orca2" in filename : 
     86 3.1 
     87 3.2 
    8188 
    8289 NOTE: '''for the moment''' 
     
    8996 CCRT: /dmnfs13/cont003/flavoni/CORE2_interan/OCE/ORCA2_LIM2  (version 26JAN2010) ) [[BR]] 
    9097 
    91  3. removed part "if ORCA2" in sbcrnf.F90  
    92  4. in fldread.F90 changed:  "IF( llprev .AND. sdjf%num == 0 ) " in "IF( llprev .AND. sdjf%num <= 0 )" 
    93  5. added in subbasins_orca21.nc mask for indopacific ocean and indian ocean without red sea. 
    94  6. preparing script ".pro" for post processing with idl (still not decide all plots) 
    95  7. automatize creation of pdf or html, by shell script  
     98 4. removed part "if ORCA2" in sbcrnf.F90  
     99 5. in fldread.F90 changed:  "IF( llprev .AND. sdjf%num == 0 ) " in "IF( llprev .AND. sdjf%num <= 0 )" 
     100 6. added in subbasins_orca21.nc mask for indopacific ocean and indian ocean without red sea. 
     101 7. preparing script ".pro" for post processing with idl (still not decide all plots) 
     102 8. automatize creation of pdf or html, by shell script  
    96103 
    97104