Changeset 3308 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Apr 19, 2024, 7:17:31 PM (7 months ago)
Author:
jbclement
Message:

PEM:
Few small corrections to make the PEM work in 3D, in particular concerning the initialization of the planet type and the evolution of ice with slopes.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r3307 r3308  
    337337    enddo
    338338  endif
    339   print*,'coucou'
     339
    340340  ! Non-orographic gavity waves
    341341  if (calllott_nonoro) then
     
    343343     call put_field("dv_nonoro_gwd","Meridional wind tendency due to GW",dv_nonoro_gwd,time)
    344344  endif
    345   print*,'blabla'
    346345
    347346  ! Geothermal Flux
    348347     call put_field('flux_geo','Geothermal flux',flux_geo,time)
    349348
    350   print*,'yoooo'
    351349  ! Adsorption
    352350  if (adsorption_soil) then
    353351     call put_field("h2o_vap_soil","subsurface water vapour", &
    354352                        qsoil(:,:,igcm_h2o_vap_soil,:), time)
    355   print*,'eheheh'
    356353     call put_field("h2o_ice_soil","subsurface water ice", &
    357354                        qsoil(:,:,igcm_h2o_ice_soil,:), time)
    358   print*,'ah'
    359355     call put_field("h2o_vap_ads", "adsorbed water", &
    360356                        qsoil(:,:,igcm_h2o_vap_ads,:), time)
Note: See TracChangeset for help on using the changeset viewer.