- Timestamp:
- Dec 29, 2022, 10:58:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/evol_h2o_ice_s_mod_slope.F90
r2849 r2857 26 26 ! OUTPUT 27 27 REAL, INTENT(INOUT) :: qsurf(ngrid,nslope) ! physical point field : Previous and actual density of water ice 28 LOGICAL :: STOPPING28 LOGICAL, INTENT(INOUT) :: STOPPING 29 29 REAL, intent(inout) :: tendencies_h2o_ice_phys(ngrid,nslope) ! physical point field : Evolution of perenial ice over one year 30 30 … … 80 80 print *, "Tendencies on ice increasing=", pos_tend 81 81 print *, "This can be due to the absence of water ice in the PCM run!!" 82 call criterion_ice_stop_water_slope(cell_area,1 ,qsurf(:,:)*0.,STOPPING,ngrid,cell_area)82 call criterion_ice_stop_water_slope(cell_area,1.,qsurf(:,:)*0.,STOPPING,ngrid,cell_area) 83 83 do i=1,ngrid 84 84 do islope=1,nslope … … 101 101 enddo 102 102 enddo 103 103 104 104 105 real_coefficient=negative_part/pos_tend 106 if(pos_tend.eq.0) real_coefficient = 0. 105 107 106 108 do i=1,ngrid
Note: See TracChangeset
for help on using the changeset viewer.