Ignore:
Timestamp:
Mar 1, 2023, 6:22:39 PM (19 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from 4127 to 4443 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/phylmd/surf_land_mod.F90

    r3435 r4446  
    2424    USE dimphy
    2525    USE surface_data, ONLY    : ok_veget
    26 ! >> PC
    27     USE carbon_cycle_mod
    28 ! << PC
     26    USE carbon_cycle_mod
     27
    2928
    3029    ! See comments in each module surf_land_orchidee_xxx for compatiblity with ORCHIDEE
     
    4544    USE surf_land_orchidee_nounstruct_mod
    4645#else
     46#if ORCHIDEE_NOLIC
     47    ! Compilation with cpp key ORCHIDEE_NOLIC
     48    USE surf_land_orchidee_nolic_mod
     49#else
     50    ! Default version
    4751    USE surf_land_orchidee_mod
    4852#endif
     
    5054#endif
    5155#endif
    52 
     56#endif
     57   
    5358    USE surf_land_bucket_mod
    5459    USE calcul_fluxs_mod
    5560    USE indice_sol_mod
    56 
    57 ! >> PC
    5861    USE print_control_mod, ONLY: lunout
    59 ! << PC
    6062
    6163    INCLUDE "dimsoil.h"
Note: See TracChangeset for help on using the changeset viewer.