Ignore:
Timestamp:
Jun 28, 2023, 4:05:56 PM (18 months ago)
Author:
romain.vande
Message:

Generic PEM :

Adapt PEM to run with the generic model.
(CPP_STD keyword to exclude some part of the code at the compilation)

RV

File:
1 edited

Legend:

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

    r2972 r2985  
    26952695         CALL send_xios_field('h2o_vap',zq(:,:,igcm_h2o_vap))
    26962696         CALL send_xios_field('h2o_ice',zq(:,:,igcm_h2o_ice))
     2697
     2698         CALL send_xios_field('h2o_layer1',zq(:,1,igcm_h2o_vap))
     2699         CALL send_xios_field('co2_layer1',zq(:,1,igcm_co2_ice))
     2700         CALL send_xios_field('tsurf',tsurf)
     2701         CALL send_xios_field('co2ice',qsurf(1:ngrid,igcm_co2_ice))
     2702         CALL send_xios_field('h2o_ice_s',qsurf(1:ngrid,igcm_h2o_ice))
    26972703      ENDIF
    26982704
Note: See TracChangeset for help on using the changeset viewer.