Ignore:
Timestamp:
Nov 10, 2023, 4:48:52 PM (14 months ago)
Author:
jbclement
Message:

PEM:
Correction of the reading of the PCM data (it did not work if no slope was used) + some minor related cleanings.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3115 r3122  
    38903890        ENDDO
    38913891
    3892       CALL write_output("Waterdensity_soil",
     3892      CALL write_output("waterdensity_soil",
    38933893     &     "rhowater_soil",'kg.m-3',
    38943894     &     rhowater_soil(:,:,iflat))
    3895       CALL write_output("Waterdensity_surface",
     3895      CALL write_output("waterdensity_surface",
    38963896     &     "rhowater_surface",'kg.m-3',
    38973897     &     rhowater_surf(:,iflat))
    38983898      DO islope = 1,nslope
    38993899        write(str2(1:2),'(i2.2)') islope
    3900         CALL write_output("Waterdensity_soil_slope"//str2,
     3900        CALL write_output("waterdensity_soil_slope"//str2,
    39013901     &     "rhowater_soil_slope"//str2,'kg.m-3',
    39023902     &     rhowater_soil(:,:,islope))
    3903         CALL write_output("Waterdensity_surface"//str2,
     3903        CALL write_output("waterdensity_surface"//str2,
    39043904     &     "rhowater_surface"//str2,'kg.m-3',
    39053905     &     rhowater_surf(:,islope))
Note: See TracChangeset for help on using the changeset viewer.