Ignore:
Timestamp:
Oct 19, 2022, 11:24:45 AM (2 years ago)
Author:
aslmd
Message:

Fixed issue with the rebase

In tracer_h.F90, the git conflicts manager directly wrote to the file instead of accepting the changes. It's fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/tracer_h.F90

    r2804 r2805  
    77       integer, save :: nesp  ! number of species in the chemistry
    88       integer, save :: ngt   ! number of generic tracers
    9 <<<<<<< HEAD
    109!$OMP THREADPRIVATE(nqtot,nesp,ngt)
    11 =======
    12        integer, save :: n_rgcs ! number of Radiative Generic Condensable Species
    13 !$OMP THREADPRIVATE(nqtot,nesp,ngt,n_rgcs)
    14 >>>>>>> d67f7c1... This is the RGCS scheme
    1510
    1611       logical :: moderntracdef=.false. ! Standard or modern traceur.def
     
    4641!$OMP THREADPRIVATE(is_recomb,is_recomb_qset,is_recomb_qotf)
    4742       integer, save, allocatable :: is_condensable(:)      ! 1 if tracer is generic, else 0 (added LT)
    48 <<<<<<< HEAD
    49 !$OMP THREADPRIVATE(is_condensable)   !also added by LT
    50 
    51 =======
    5243       integer,save,allocatable :: is_rgcs(:)               ! 1 if tracer is a radiative generic condensable specie, else 0 (added LT 2022)
    53 >>>>>>> d67f7c1... This is the RGCS scheme
    5444       ! Lists of constants for condensable tracers
    5545       integer, save, allocatable :: constants_mass(:)                    ! molecular mass of the specie (g/mol)
     
    6454!$OMP THREADPRIVATE(constants_RLVTT_generic,constants_metallicity_coeff)
    6555
    66 <<<<<<< HEAD
    67 =======
    6856!$OMP THREADPRIVATE(is_condensable,is_rgcs)   !also added by LT
    69 >>>>>>> d67f7c1... This is the RGCS scheme
    7057! tracer indexes: these are initialized in initracer and should be 0 if the
    7158!                 corresponding tracer does not exist
Note: See TracChangeset for help on using the changeset viewer.