Ignore:
Timestamp:
Aug 9, 2023, 11:56:36 AM (16 months ago)
Author:
jbclement
Message:

Mars PCM/PEM 1D:
Small fixes to be able to run the Mars PCM 1D without "water" + Improvements/addition of scripts in deftank/pem to run the PEM 1D model according to Laskar orbital parameters.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3016 r3026  
    26332633c        -------------------------------------------------------------------
    26342634
    2635 
     2635       if (water) then
    26362636         do ig=1,ngrid
    2637            if(mu0(ig).le.0.01) then 
     2637           if(mu0(ig).le.0.01) then
    26382638            fluxsurf_dir_dn_sw(ig) = 0.
    2639            else 
     2639           else
    26402640            fluxsurf_dir_dn_sw(ig) = flux_1AU/dist_sol/dist_sol*mu0(ig)*
    26412641     &                    exp(-(tau(ig,iaer_dust_doubleq)+
     
    26432643           endif
    26442644         enddo
     2645       endif
    26452646
    26462647           ! Density-scaled opacities
Note: See TracChangeset for help on using the changeset viewer.