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 45 and Version 46 of IS-ENES/core2_cmip


Ignore:
Timestamp:
2010-04-20T16:55:28+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IS-ENES/core2_cmip

    v45 v46  
    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]] 
    7878 3. Interpolation of forcing files (with cdo (version 1.4.0.1) & nco (version 3.9.5) ) : [ example of script ] [[BR]]  
     79   
    7980 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]] 
    8081 
    8182 There are 2 cases: [[BR]] 
    82  3.1 if you work with Combined years data sets (files like : ncar_precip.1948-2007.nc   60 years) [[BR]] 
    83  3.2 if you work with single year data set (files like : ncar_precip.1948.nc   1 year)[[BR]] 
    84 [[BR]] 
     83 3.1 If this script of example is used you remove part with date (04MAR2010) [[BR]] 
     84 3.2 Or you can leave part with date of file's creation[[BR]] 
     85 
    8586 Here you have corresponding examples of script to move "_year" in filename :[[BR]] 
    86  3.1[[BR]] 
    87  3.2[[BR]] 
     87 3.1   [[BR]] 
     88 3.2   [[BR]] 
    8889 
    8990 NOTE: '''for the moment'''