Changeset 3161 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Dec 19, 2023, 3:14:48 PM (12 months ago)
Author:
jbclement
Message:

PEM:

  • Addition of flags defined in the "run_PEM.def" to decide to do or not CO2 & H2O ice metamorphism: 'metam_co2ice' and 'metam_h2oice' (default is false).
  • The variations of infinite reservoirs ('watercap') during the PCM years are now taken into account to update H2O ice at the PEM initialization.
  • 'ini_h2o_bigreservoir' is renamed into 'ini_huge_h2oice'.
  • Some cleanings, in particular for the main program "pem.F90".

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/write_output_mod.F90

    r3160 r3161  
    1818
    1919SUBROUTINE write_output_d0(field_name,title,units,field)
    20 ! For a surface field
     20! For a scalar
    2121
    2222#ifdef CPP_XIOS
     
    4949
    5050#ifdef CPP_XIOS
    51   use xios_output_mod, only: xios_is_active_field
    52   use xios_output_mod, only: send_xios_field
     51    use xios_output_mod, only: xios_is_active_field
     52    use xios_output_mod, only: send_xios_field
    5353#endif
    5454
     
    8080    use xios_output_mod, only: send_xios_field
    8181#endif
     82
    8283use comsoil_h,         only: nsoilmx
    8384use writediagsoil_mod, only: writediagsoil
     
    109110
    110111SUBROUTINE write_output_i0(field_name,title,units,field)
    111 ! For a surface field
     112! For a scalar
    112113
    113114#ifdef CPP_XIOS
     
    200201
    201202SUBROUTINE write_output_l0(field_name,title,units,field)
    202  ! For a surface field
     203! For a scalar
    203204 
    204205#ifdef CPP_XIOS
Note: See TracChangeset for help on using the changeset viewer.