Changeset 3148


Ignore:
Timestamp:
Dec 6, 2023, 2:38:04 PM (12 months ago)
Author:
jbclement
Message:

Mars PCM:
Tiny fix from r3147 (Fortran fixed format).
JBC

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3147 r3148  
    43684368There are three tunable parameters that have been set up, as "nonoro_gwimixing_eff=0.1", "nonoro_gwimixing_eff1=0.1", "nonoro_gwimixing_vdl=1.5".
    43694369Remember to use full-layers model configuration (64x48x73) when you try to call this scheme because we need to evaluate the saturation altitude of each monochromatic wave.
    4370 More than ~75% of the waves saturated at altitude above 120 km. 
     4370More than ~75% of the waves saturated at altitude above 120 km.
    43714371
    43724372== 02/12/2023 == LL
    43734373Bug fix in init_testphys and testphys. Index for water vapor and ice were not initialized
    43744374(but used in testphys1d when atm_wat_profile > 0). It is fixed by calling
    4375 initracer in init_testphys1d_mod. 
     4375initracer in init_testphys1d_mod.
    43764376
    43774377== 06/12/2023 == EM
    43784378Minor fixes to ensure outputs of water cycle related variables are only
    43794379computed and made if the water cycle is computed.
     4380
     4381== 06/12/2023 == JBC
     4382Tiny fix from r3147 (Fortran fixed format).
    43804383 
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3147 r3148  
    26712671            if (water) then
    26722672             ! both water and dust contribute
    2673              fluxsurf_dir_dn_sw(ig) = flux_1AU/dist_sol/dist_sol*mu0(ig)*
     2673            fluxsurf_dir_dn_sw(ig) = flux_1AU/dist_sol/dist_sol*mu0(ig)*
    26742674     &                    exp(-(tau(ig,iaer_dust_doubleq)+
    26752675     &                          tau(ig,iaer_h2o_ice))/mu0(ig))
    26762676            else
    26772677             ! only dust contributes
    2678              fluxsurf_dir_dn_sw(ig) = flux_1AU/dist_sol/dist_sol*mu0(ig)*
     2678            fluxsurf_dir_dn_sw(ig) = flux_1AU/dist_sol/dist_sol*mu0(ig)*
    26792679     &                    exp(-(tau(ig,iaer_dust_doubleq))/mu0(ig))
    26802680            endif ! of if (water)
Note: See TracChangeset for help on using the changeset viewer.