Opened 7 years ago
Closed 7 years ago
#243 closed enhancement (fixed)
Reorganize condveg
Reported by: | nvuilsce | Owned by: | nvuilsce |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Model architecture | Version: | |
Keywords: | Cc: |
Description
To be done:
- create subroutine condveg_albedo containing all albedo computaions done currently in condveg_albcalc and condveg_snow
- create subroutine condveg_frac_snow containing calculations of frac_snow_veg/nobio currently done in condveg_snow
- integrate content of condveg_var_update directly into condveg_main.
New condveg_main will contain :
- call condveg_frac_snow
- Emis
- Caluclate z0
- call condveg_albedo
New condveg_initialize will contain :
- Allocations
- Initialisation : restget, read and interpolate files if no restart files, initialize emis
- call condveg_frac_snow
- calcul z0
- call condveg_albedo (not needed by ORCHIDEE but output to LMDZ)
These modifications should not change the results of the model.
Change History (1)
comment:1 Changed 7 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in rev [3450]
NVuichard, JG