Changes between Version 15 and Version 16 of DevelopmentActivities/ORCHIDEE-CN/CERA20C


Ignore:
Timestamp:
2017-07-12T14:43:19+02:00 (7 years ago)
Author:
pmessina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CN/CERA20C

    v15 v16  
    7777    /ccc/scratch/cont003/dsm/p24palm/CERA20C/NETCDF/GLOBAL_100/daily/FC_SF/lsm.19000101.fshce2.GLOBAL_100.nc \\ 
    7878 
    79 Some parts of the script to verify before running it again are reported below: \\ 
     79Some '''parts''' of the script '''to verify''', '''before running it again''', are reported below: \\ 
     80{{{ 
     81CHARACTER(len=*), PARAMETER :: pathin ='/ccc/scratch/cont003/dsm/p24palm/CERA20C/NETCDF/GLOBAL_100/daily/FC_SF'      ! This has to be modified = Where are located the raw data 
     82CHARACTER(len=*), PARAMETER :: pathout='/ccc/store/cont003/dsm/p24palm/CERA20C_ORCHIDEE/' ! This has to be modified = Where do you want to put the output files 
     83}}} 
     84 
     85{{{ 
     86! Initialisations 
     87! This has to be modified - (could become arguments of the executable) 
     88! Insert the day, month and year from which you want to start  
     89day=1 
     90month=1 
     91year=1955 
     92! Insert the number of year for which you want to create the ORCHIDEE meteo forcing files 
     93nbyear=2 
     94 
     95!@FM_090609 Lecture Land-Sea-Mask 
     96! This can be change, but you should search for another land-sea mask at 1deg resolution 
     97cfile_lsm='lsm.19000101.fshce2.GLOBAL_100.nc'           !@PM_161205 
     98}}} 
     99 
     100{{{ 
     101! Change the name here with one appropriate file, if you change the dataset 
     102! This file is only used for reading the latitude and longitude   
     103cfile_lsm='/ccc/scratch/cont003/dsm/p24palm/CERA20C/NETCDF/GLOBAL_100/daily/FC_SF/1900/t2.19000101.fshce2.GLOBAL_100.nc'      !@PM_161205 
     104}}} 
     105 
    80106 
    81107== 5) How the low precipitation bias in the Amazon area are fixed in ORCHIDEE  ==