Changes between Version 8 and Version 9 of DevelopmentActivities/OasisDriver


Ignore:
Timestamp:
2014-06-17T09:06:08+02:00 (10 years ago)
Author:
jpolcher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/OasisDriver

    v8 v9  
    4141|| Height of T and Q || m || ZLTQDRIV || HEIGHTTQ || 
    4242|| Height of wind || m || ZLUVDRIV || HEIGHTUV || 
    43 || Atmospheric temperature || K || TAIRDRIV || TEMPLEV1 || 
    44 || Atmospheric moisture || kg/kg || QAIRDRIV || HUMILEV1 || 
     43|| Atmospheric temperature at lowest atmsophric level || K || TAIRDRIV || TEMPLEV1 || 
     44|| Atmospheric moisture  at lowest atmsophric level || kg/kg || QAIRDRIV || HUMILEV1 || 
    4545|| Rainfall || kg/m2/dt|| RAINDRIV  || RAINFALL || 
    4646|| Snowfall || kg/m2/dt|| SNOWDRIV  || SNOWFALL || 
     
    7676== The "main" which controls the ORCHIDEE execution : orchideeoasis.f90 == 
    7777 
     78The main, in the FORTRAN sense is very similar to the intersurf.f90 which as been used up to now. The main difference is that it obtains the atmospheric data by issuing the needed OASIS_get calls. It will perform the following actions : 
     79 
     80* Set-up the domain decomposition of the grid it has been given. 
     81 
     82* Set-up the restart and history mechanisms. 
     83 
     84* Start the OASIS exchanges and obtain the atmospheric data. 
     85 
     86* Call sechiba_main 
     87 
     88* Send to the atmosphere the flux computed 
     89 
     90* Write to the history files 
     91 
     92* return to the next call to OASIS in order to obtain the atmospheric data for the next time step. 
     93 
     94== Configuration of this ORCHIDEE version == 
     95 
     96=== Added information in the run.def === 
     97 
     98=== The grid description file === 
     99 
     100=== The namecouple === 
     101 
     102 
     103 
     104 
    78105== Execution of the model coupled to the driver == 
    79106