Changeset 8308


Ignore:
Timestamp:
2023-11-16T14:19:41+01:00 (7 months ago)
Author:
anne.cozic
Message:

merge with trunk rev [8306]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/chemistry.f90

    r7515 r8308  
    18211821           CASE("flx_formic")  
    18221822              fields_out(:,:,i_fields_out)=flx_formic(:,:) 
    1823            CASE("flx_no_soil")  
     1823           CASE("flx_no_soil_YL")  
    18241824              fields_out(:,:,i_fields_out)=flx_no_soil(:,:) 
    1825            CASE("flx_nox")  
     1825           CASE("flx_nox_YL")  
    18261826              fields_out(:,:,i_fields_out)=flx_no(:,:) 
    1827            CASE("flx_fertil_no")  
     1827           CASE("flx_fertil_no_YL")  
    18281828              fields_out(:,:,i_fields_out)=flx_fertil_no(:,:) 
    18291829           CASE("flx_apinen") 
Note: See TracChangeset for help on using the changeset viewer.