Ignore:
Timestamp:
Sep 18, 2017, 5:32:12 PM (7 years ago)
Author:
musat
Message:

The 4co2 output fields are now managed by the XIOS server via
file*lmdz*xml files and the ok_4xCO2atm logical flag.
ok_4xCO2atm is initialized to TRUE if

  • one of the 4co2 variables (rsut4cO2, rlut4co2, etc) are asked for

by XIOS sefrver or

  • if one of the perturbed GES concentration (RCO2_per, RCH4_per, etc)

is different from the actual (RCO2, RCH4, etc) GES concentration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/conf_phys_m.F90

    r2952 r2989  
    157157    REAL,SAVE :: CFC11_ppt_omp,RCFC11_omp,CFC11_ppt_per_omp,RCFC11_per_omp
    158158    REAL,SAVE :: CFC12_ppt_omp,RCFC12_omp,CFC12_ppt_per_omp,RCFC12_per_omp
    159     LOGICAL,SAVE :: ok_4xCO2atm_omp
    160159    REAL,SAVE :: epmax_omp
    161160    REAL,SAVE :: coef_epmax_cape_omp
     
    664663    !Config Help =
    665664
    666     ok_4xCO2atm_omp = .FALSE.
    667     CALL getin('ok_4xCO2atm',ok_4xCO2atm_omp)
    668 
    669665    !Config Key  = RCH4_per
    670666    !Config Desc = Concentration du CH4_per
     
    21522148    RCFC11_act = RCFC11
    21532149    RCFC12_act = RCFC12
    2154     ok_4xCO2atm = ok_4xCO2atm_omp
    21552150    RCO2_per = RCO2_per_omp
    21562151    RCH4_per = RCH4_per_omp
     
    25012496    write(lunout,*)' CFC11_ppt=',CFC11_ppt,' RCFC11_act=  ',RCFC11_act
    25022497    write(lunout,*)' CFC12_ppt=',CFC12_ppt,' RCFC12_act=  ',RCFC12_act
    2503     write(lunout,*)' ok_4xCO2atm=',ok_4xCO2atm
    25042498    write(lunout,*)' RCO2_per = ',RCO2_per,' RCH4_per = ', RCH4_per
    25052499    write(lunout,*)' RN2O_per = ',RN2O_per,' RCFC11_per = ', RCFC11_per
Note: See TracChangeset for help on using the changeset viewer.