Ignore:
Timestamp:
Apr 3, 2023, 6:17:05 PM (20 months ago)
Author:
romain.vande
Message:

Mars PCM:
Add a new routine to write output called write_output.
It needs to be imported (for example : use write_output_mod, only: write_output)
Then, it requires only 4 arguments : the name of the variable, its title, its units and the variable itself.
It detects the dimension of the variable and decide to output either in diagfi or diagsoil.
It is also compatible with XIOS (xml file needs to be adapted)
Writediagfi and writediagsoil routines are still available in case.
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2931 r2932  
    39823982==03/04/2023 == RV
    39833983Remove the test ngrid==1 for writediagfi. The routine can handle well the 1D case.
     3984
     3985==03/04/2023 == RV
     3986Add a new routine to write output called write_output.
     3987It needs to be imported (for example : use write_output_mod, only: write_output)
     3988Then, it requires only 4 arguments : the name of the variable, its title, its units and the variable itself.
     3989It detects the dimension of the variable and decide to output either in diagfi or diagsoil.
     3990It is also compatible with XIOS (xml file needs to be adapted)
     3991Writediagfi and writediagsoil routines are still available in case.
Note: See TracChangeset for help on using the changeset viewer.