Changes between Version 5 and Version 6 of Branches/Driver_Atm_Lev


Ignore:
Timestamp:
2012-06-01T15:16:16+02:00 (12 years ago)
Author:
jpolcher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Branches/Driver_Atm_Lev

    v5 v6  
    8585=== readdim2.f90, forcing_info === 
    8686 
    87 Will do most of the work before the call to init_data_para ! 
     87Will call forcing_vertical (before the call to init_data_para) to do most of the work ! 
    8888 
     89=== readdim2.f90, forcing_vertical === 
     90 
     91  * will explore the netCDF file to see what variables are available 
     92 
     93  * Set the flags according to what needs to be done in order to compute zlev and zlevuv. 
     94 
     95  * read the scalar variables giving the height. 
     96 
     97The information gathered here will be saved in shared variables of the module. 
     98  
    8999=== readdim2.f90, forcing_grid === 
    90100 
     
    103113=== forcing_just_read === 
    104114 
    105 Needs to return zlevuv as well. 
     115Once surface pressure is read we can compute or fill zlev and zlevuv 
     116 
     117This will be done on the zoomed variables. 
     118 
     119The "levels" variable in the is_watchout case will remain as it is. This should be homogenized but only be done in a second stage. 
     120 
     121Comments in code need to be corrected.