Changeset 623 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Apr 17, 2012, 1:30:19 PM (13 years ago)
Author:
acolaitis
Message:

Thermals: since the correction of the advection scheme, it seems like momentum is too efficiently transported in the surface layer, leading to an instability that will crash the model in 3D. I am very sorry that I did not see that before ! So, I deactived the momentum transport in thermals temporarily so that I can find a fix. It seems like this propblem is not present on Earth, as the solution they adopt for that problem is not working for Mars.

File:
1 edited

Legend:

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

    r621 r623  
    321321      enddo
    322322
    323       call thermcell_dqup(ngridmx,nlayermx,ptimestep                &
    324      &      ,fm_therm,entr_therm,  &
    325      &     masse,zu,d_u_ajs)
    326 
    327       call thermcell_dqup(ngridmx,nlayermx,ptimestep    &
    328      &       ,fm_therm,entr_therm,  &
    329      &     masse,zv,d_v_ajs)
     323!      call thermcell_dqup(ngridmx,nlayermx,ptimestep                &
     324!     &      ,fm_therm,entr_therm,  &
     325!     &     masse,zu,d_u_ajs)
     326!
     327!      call thermcell_dqup(ngridmx,nlayermx,ptimestep    &
     328!     &       ,fm_therm,entr_therm,  &
     329!     &     masse,zv,d_v_ajs)
    330330
    331331      if (nqmx .ne. 0.) then
Note: See TracChangeset for help on using the changeset viewer.