Ignore:
Timestamp:
Jan 31, 2019, 8:22:47 PM (6 years ago)
Author:
oboucher
Message:

Changing hard-coded value of 28.97 g/mol by RMD physical constant defined in suphel.F90
As rmd = 28.9644, this involves a lack of numerical convergence with previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/carbon_cycle_mod.F90

    r3453 r3459  
    562562         
    563563          ! Transformation of atmospheric CO2 concentration for the radiation code
    564           RCO2 = co2_ppm * 1.0e-06  * RMCO2/28.97
     564          RCO2 = co2_ppm * 1.0e-06 * RMCO2 / RMD
    565565         
    566566          WRITE(lunout,*) 'RCO2 is now updated! RCO2 = ', RCO2
Note: See TracChangeset for help on using the changeset viewer.