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 :

  1. call condveg_frac_snow
  2. Emis
  3. Caluclate z0
  4. call condveg_albedo

New condveg_initialize will contain :

  1. Allocations
  2. Initialisation : restget, read and interpolate files if no restart files, initialize emis
  3. call condveg_frac_snow
  4. calcul z0
  5. 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

Done in rev [3450]

NVuichard, JG

Note: See TracTickets for help on using tickets.