Changes between Version 23 and Version 24 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2015-12-09T16:21:51+01:00 (9 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v23 v24  
    9595Test performance 
    9696 
    97 == -gen-interfaces == 
    98  
    99 When including -gen-interfaces flag. It throws multiple errors on getin_p interface. 
    100  
    101 == compiling error== 
     97== compiling error == 
    10298 
    10399gmake driver met a error showed as below: 
    104100 
     101 {{{ 
    105102mpif90 -c -cpp -DCPP_PARA -p -g -fpe0 -traceback -fp-stack-check -ftrapuv -check bounds  -i4 -r8 -I../../../lib -module ../../../lib -I/usr/local/install/netcdf-4.3.2p/include  sechiba.f90 
    106103sechiba.f90(44): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [THERMOSOILC] 
     
    115112 
    116113thermosoilc.f90 is just a copy of thermosoil.f90, but sechiba.f90 used module thermosoilc (at line 44 in sechiba.f90), but there is no command dealing with thermosoilc.f90 in AA_make in the same directory, I think that is why I can not use gmake driver to compile. 
     114}}} 
     115 
     116Reported Ye 
     117 
     118== flags consistency ==  
     119 
     120Check flags consistency between VEGET_UPDATE= 1Y and IMPOSE_VEG= y. 
     121 
     122 
     123 VEGET_UPDATE= 0Y:: 
     124  -> Pour les crops on utilise la première carte lue. 
     125 
     126 VEGET_UPDATE= 1Y:: 
     127  -> On active le LUC, on lit la carte de vegétation seulement pour prendre en compte les crops qui évoluent alors ; le DGVM continue de gérer les PFTs naturels en fonction des conditions climatiques (enfin c'est ce que j'ai compris). 
     128 
     129Il ne faut surtout pas mettre IMPOSE_VEG= y puisque si on impose la végétation elle ne va pas pouvoir évoluer en fonction du climat (je n'ai pas testé mais ce fonctionnement semble absurde, il faudrait arrêter avec un message d'erreur). 
     130 
     131== New Drivers == 
     132 
     133Test performance