Changes between Version 5 and Version 6 of Branches/Driver_Atm_Lev
- Timestamp:
- 2012-06-01T15:16:16+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Branches/Driver_Atm_Lev
v5 v6 85 85 === readdim2.f90, forcing_info === 86 86 87 Will do most of the work before the call to init_data_para!87 Will call forcing_vertical (before the call to init_data_para) to do most of the work ! 88 88 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 97 The information gathered here will be saved in shared variables of the module. 98 89 99 === readdim2.f90, forcing_grid === 90 100 … … 103 113 === forcing_just_read === 104 114 105 Needs to return zlevuv as well. 115 Once surface pressure is read we can compute or fill zlev and zlevuv 116 117 This will be done on the zoomed variables. 118 119 The "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 121 Comments in code need to be corrected.