Ignore:
Timestamp:
Nov 21, 2025, 7:20:50 PM (4 weeks ago)
Author:
lrosset
Message:

TITAN PCM :
Updating and fixing the 1D version of the model : can now run with all couplings activated + XIOS outputs added.
Documentation about 1D version updated in LMDZ.TITAN/DOC, and reference files added in deftank.
LR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/chimtitan/titan.h

    r2326 r3975  
    88#define R0    (double)(2575.0) /* Titan's radius */
    99#define NLEV  (int)(133)  /* Nbre de niv verticaux -> Need to be coherent with the vertical grid used !! */
    10 #define NLD   (int)(40)   /* Nbre de niv verticaux faits sans diff -> Need to be coherent with the vertical grid used !! */
    11 //#define NLD   (int)(0)  /* -> This is for 1D, diffusion on all column */
     10#ifdef CPP_1D
     11    #define NLD   (int)(0)  /* -> This is for 1D, diffusion on all column */
     12#else
     13    #define NLD   (int)(40)   /* Nbre de niv verticaux faits sans diff -> Need to be coherent with the vertical grid used !! */
     14#endif
    1215#define NLRT  (int)(650)  /* Nbre de niv verticaux dans table fmoy - aussi dans common_mod */
    1316
Note: See TracChangeset for help on using the changeset viewer.