Changeset 3302 for trunk


Ignore:
Timestamp:
Apr 15, 2024, 6:10:08 PM (7 months ago)
Author:
jbclement
Message:

Mars PCM:
Correction related to r3301: the variable 'resol' was not linked to longitude resolution.
JBC

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

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

    r3301 r3302  
    46024602== 15/04/2024 == JBC
    46034603Modification of "subslope_mola.F90" to take into account other longitude resolution than 64. It makes "newstart" be able to change the number of sub-slopes for low resolution.
     4604
     4605== 15/04/2024 == JBC
     4606Correction related to r3301: the variable 'resol' was not linked to longitude resolution.
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/subslope_mola.F90

    r3301 r3302  
    1919
    2020      double precision :: resol
    21       parameter(resol = real(iim))
     21      parameter(resol = 64)
    2222      integer :: jjm_mola, iim_mola
    2323      parameter(jjm_mola=180*resol, iim_mola=2*jjm_mola)
Note: See TracChangeset for help on using the changeset viewer.