Changeset 3975 for trunk/LMDZ.TITAN/libf/chimtitan
- Timestamp:
- Nov 21, 2025, 7:20:50 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.TITAN/libf/chimtitan/titan.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/chimtitan/titan.h
r2326 r3975 8 8 #define R0 (double)(2575.0) /* Titan's radius */ 9 9 #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 12 15 #define NLRT (int)(650) /* Nbre de niv verticaux dans table fmoy - aussi dans common_mod */ 13 16
Note: See TracChangeset
for help on using the changeset viewer.
