source: branches/publications/ORCHIDEE_CN_CAN_r5698/arch/arch-X64_IRENE.fcm @ 7346

Last change on this file since 7346 was 5532, checked in by sebastiaan.luyssaert, 6 years ago

This commit mostly concern changes and bug fix for land_cover_change and species_change subroutine. (1) it is now possible to use portfolio scenario like BESTLCA or BESTT2M FM and species change maps. (2) A check for NAN value in the mass_balance_check subroutine was added in order to stop the run when pool_start, pool_end or check_intern are NAN. I solved one bug related to NAN pool into stomate_phenology.f90. (3) Fix a bug in land_cover_change wich initialize PLANT_STATUS= inone(instead of iprescribe), LAST_CUT=1(instead of 0), AGE_STAND=1(instead of 0), when the Veget_max is equal to zero at the end of the subroutine. This bug produced a model divergence when PFT proportions were forced by PFT map with ou without land cover change.

File size: 604 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             CPP_FLUSH
7%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model precise
8%PROD_FFLAGS         -O3
9%DEV_FFLAGS          -g -O2 -traceback -fp-stack-check -ftrapuv -check bounds
10%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -check noarg_temp_created
11%MPI_FFLAGS
12%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate compat
13%BASE_LD             -i4 -r8
14%MPI_LD
15%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.