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/phys_output_mod.F90

    r2854 r2989  
    520520      WRITE(lunout,*)'swaero_diag=',swaero_diag
    521521      WRITE(lunout,*)'dryaod_diag=',dryaod_diag
     522      WRITE(lunout,*)'ok_4xCO2atm=',ok_4xCO2atm
    522523      WRITE(lunout,*)'phys_output_open: ends here'
    523524    ENDIF
Note: See TracChangeset for help on using the changeset viewer.