Ignore:
Timestamp:
Jan 24, 2018, 10:24:24 PM (7 years ago)
Author:
jvatant
Message:

Making Titan's hazy again - part II
+ Major updates of J.Burgalat YAMMS library and optical coupling, including :
++ Added the routines for haze optics inside YAMMS
++ Calling rad. transf. with interactive haze is plugged
in but should stay unactive as long as the microphysics is
in test phase : cf "uncoupl_optic_haze" flag : true for now !
++ Also some sanity checks for negative tendencies and
some others upkeep of YAMMS model
+ Also added a temporary CPP key USE_QTEST in physiq_mod
that enables to have microphysical tendencies separated
from dynamics for debugging and test phases
-- JVO and JB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/muphytitan/defined.h

    r1793 r1897  
    1 /* Copyright Jérémie Burgalat (2010-2015)
     1/* Copyright Jérémie Burgalat (2010-2015,2017)
    22 *
    3  * burgalat.jeremie@gmail.com
     3 * jeremie.burgalat@univ-reims.fr
    44 *
    55 * This software is a computer program whose purpose is to provide configuration
     
    7676/* Defines SSLEN if needed */
    7777#ifndef SSLEN
    78 #define SSLEN 200
     78#define SSLEN 250
    7979#endif
    8080
    8181/* Defines SLLEN if needed */
    8282#ifndef SLLEN
    83 #define SLLEN 2000
     83#define SLLEN 2500
    8484#endif
Note: See TracChangeset for help on using the changeset viewer.