- Timestamp:
- Sep 9, 2022, 4:02:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/evol_co2_ice_s_mod_slope.F90
r2779 r2794 20 20 ! INPUT 21 21 22 INTEGER, intent(in) :: iim_input,jjm_input, ngrid,nslope ! # of grid points along longitude/latitude/ total 23 REAL, intent(in) :: cell_area(ngrid) ! Area of each cell 22 INTEGER, intent(in) :: iim_input,jjm_input, ngrid,nslope ! # of grid points along longitude/latitude/ total 23 ! REAL, intent(in) :: tendencies_h2o_ice_phys(ngrid) ! physical point field : Evolution of perenial ice over one year 24 REAL, intent(in) :: cell_area(ngrid) 24 25 25 26 ! OUTPUT 26 REAL, INTENT(INOUT) :: qsurf(ngrid,nslope) 27 LOGICAL :: STOPPING ! Not used27 REAL, INTENT(INOUT) :: qsurf(ngrid,nslope) ! physical point field : Previous and actual density of water ice 28 LOGICAL :: STOPPING 28 29 REAL, intent(inout) :: tendencies_co2_ice_phys(ngrid,nslope) ! physical point field : Evolution of perenial ice over one year 29 30 … … 33 34 34 35 INTEGER :: i,j,ig0,islope ! loop variable 36 ! REAL :: not_budget, budget 37 REAL :: pos_tend, neg_tend, real_coefficient,negative_part 38 REAL :: new_tendencies(ngrid) 35 39 36 40 STOPPING=.false. 37 41 38 42 39 ! Evolution of the co2ice for each physical point43 ! Evolution of the water ice for each physical point 40 44 do i=1,ngrid 41 45 do islope=1,nslope
Note: See TracChangeset
for help on using the changeset viewer.