Changeset 5011


Ignore:
Timestamp:
03/11/20 10:09:56 (4 years ago)
Author:
jgipsl
Message:

Corrected errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/AMIP/prepare_amip_original.sh

    r4993 r5011  
    1616# 1) Split files to yearly files 
    1717cd $dirold 
    18 cdo splityear tosbcs_input4MIPs_SSTsAndSeaIce_CMIP_PCMDI-AMIP-1-1-6_gn_187001-201812.nc      amipbc_sic_360x180_ 
    19 cdo splityear siconcbcs_input4MIPs_SSTsAndSeaIce_CMIP_PCMDI-AMIP-1-1-6_gn_187001-201812.nc   amipbc_sst_360x180_ 
     18cdo splityear tosbcs_input4MIPs_SSTsAndSeaIce_CMIP_PCMDI-AMIP-1-1-6_gn_187001-201812.nc      amipbc_sst_360x180_ 
     19cdo splityear siconcbcs_input4MIPs_SSTsAndSeaIce_CMIP_PCMDI-AMIP-1-1-6_gn_187001-201812.nc   amipbc_sic_360x180_ 
    2020 
    2121 
     
    3737 
    3838      echo "Rename variable sicbcs in file $dirold/$filesic " 
    39       ncrename -v siconcbcs,sicbcs $dirold/${filesst} $dirnew/tmpsic.nc  
     39      ncrename -v siconcbcs,sicbcs $dirold/${filesic} $dirnew/tmpsic.nc  
    4040      echo "Copy sst file to new folder $dirold/$filesst " 
    4141      cp $dirold/${filesst} $dirnew/tmpsst.nc 
     
    5757 
    5858echo "Rename variable sicbcs in file $dirold/$filesic " 
    59 ncrename -v siconcbcs,sicbcs $dirold/${filesst} $dirnew/tmpsic.nc 
     59ncrename -v siconcbcs,sicbcs $dirold/${filesic} $dirnew/tmpsic.nc 
    6060 
    6161echo "Copy sst file to new folder $dirold/$filesst " 
Note: See TracChangeset for help on using the changeset viewer.