- Timestamp:
- Apr 15, 2024, 6:10:08 PM (7 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3301 r3302 4602 4602 == 15/04/2024 == JBC 4603 4603 Modification 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 4606 Correction related to r3301: the variable 'resol' was not linked to longitude resolution. -
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/subslope_mola.F90
r3301 r3302 19 19 20 20 double precision :: resol 21 parameter(resol = real(iim))21 parameter(resol = 64) 22 22 integer :: jjm_mola, iim_mola 23 23 parameter(jjm_mola=180*resol, iim_mola=2*jjm_mola)
Note: See TracChangeset
for help on using the changeset viewer.