Changeset 4126 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Mar 13, 2026, 10:58:17 AM (4 weeks ago)
Author:
aslmd
Message:

a few fixes taken from the Titan model

Location:
trunk/LMDZ.GENERIC/libf/phygeneric
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90

    r4077 r4126  
    9797  avocado = 6.022141e23   ! added by RW
    9898
    99   ! Initialize some "temporal and calendar" related variables
    100 #ifndef MESOSCALE
     99!  ! Initialize some "temporal and calendar" related variables
     100!#ifndef MESOSCALE
    101101  CALL init_time(day_ini,pdaysec,nday,ptimestep)
    102 #endif
     102!#endif
    103103
    104104  ! read in some parameters from "run.def" for physics,
  • trunk/LMDZ.GENERIC/libf/phygeneric/physiq_mod.F90

    r4121 r4126  
    22022202
    22032203
    2204 
     2204#ifndef MESOSCALE
     2205! diagnostics for GCM
    22052206      ! Surface and soil temperature information
    22062207      call planetwide_sumval(cell_area(:)*tsurf(:)/totarea_planet,Ts1)
     
    22732274
    22742275      endif ! end of 'corrk'
    2275 
     2276#endif
    22762277
    22772278      ! Diagnostic to test radiative-convective timescales in code.
  • trunk/LMDZ.GENERIC/libf/phygeneric/surfini.F

    r3335 r4126  
    5151         albedo_bareground(ig)=albedodat(ig)
    5252      ENDDO
     53     
     54#ifndef MESOSCALE
    5355      call planetwide_minval(albedo_bareground,min_albedo)
    5456      call planetwide_maxval(albedo_bareground,max_albedo)
    5557      write(*,*) 'surfini: minimum bare ground albedo',min_albedo
    5658      write(*,*) 'surfini: maximum bare ground albedo',max_albedo
    57 
    5859
    5960      ! Step 3 : Surface albedo already loaded from startfi.nc
     
    6465      write(*,*) 'surfini: minimum corrected initial albedo',min_albedo
    6566      write(*,*) 'surfini: maximum corrected initial albedo',max_albedo
     67#endif
    6668
    6769
Note: See TracChangeset for help on using the changeset viewer.