Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (3 months ago)
Author:
abarral
Message:

Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/regr_pr_o3_m.F90

    r5119 r5158  
    7373
    7474    ! Poles:
    75     do j = 1, nbp_lat, nbp_lat-1
     75    DO j = 1, nbp_lat, nbp_lat-1
    7676       CALL regr_conserv(1, r_mob(j, :), press_in_edg, &
    7777            p3d(1, j, nbp_lev + 1:1:-1), o3_mob_regr(1, j, nbp_lev:1:-1))
     
    8080
    8181    ! Other latitudes:
    82     do j = 2, nbp_lat-1
    83        do i = 1, nbp_lon
     82    DO j = 2, nbp_lat-1
     83       DO i = 1, nbp_lon
    8484          CALL regr_conserv(1, r_mob(j, :), press_in_edg, &
    8585               p3d(i, j, nbp_lev + 1:1:-1), o3_mob_regr(i, j, nbp_lev:1:-1))
Note: See TracChangeset for help on using the changeset viewer.