Ignore:
Timestamp:
Jul 23, 2024, 7:14:34 PM (8 weeks ago)
Author:
abarral
Message:

Replace 1DUTILS.h by module lmdz_1dutils.f90
Replace 1DConv.h by module lmdz_old_1dconv.f90 (it's only used by old_* files)
Convert *.F to *.f90
Fix gradsdef.h formatting
Remove unnecessary "RETURN" at the end of functions/subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/isotrac_routines_mod.F90

    r5103 r5105  
    11011101#endif     
    11021102
    1103       return
     1103
    11041104      END SUBROUTINE  ajoute_revap
    11051105
     
    13111311      endif
    13121312     
    1313       return
     1313
    13141314      end function is_in_bassin
    13151315
     
    13681368#endif
    13691369
    1370         return
     1370
    13711371        END SUBROUTINE  find_bassin
    13721372
     
    13941394       endif
    13951395
    1396         return
     1396
    13971397        END SUBROUTINE  initialise_bassins_boites
    13981398
     
    14201420        enddo
    14211421
    1422         return
     1422
    14231423        END SUBROUTINE  bassin_map_init
    14241424
     
    14471447!        write(*,*) 'is_in_rectangle=',is_in_rectangle
    14481448!#endif       
    1449         return
     1449
    14501450        end function is_in_rectangle
    14511451
     
    14841484!     :         det1,det2,det3,is_in_triangle
    14851485!#endif
    1486         return
     1486
    14871487        end function is_in_triangle
    14881488
     
    15691569#endif
    15701570
    1571         return
     1571
    15721572        END SUBROUTINE  isotrac_recolorise_tmin
    15731573
     
    16241624#endif
    16251625
    1626         return
     1626
    16271627        END SUBROUTINE  isotrac_recolorise_tmin_sfrev
    16281628
     
    16891689#endif
    16901690
    1691         return
     1691
    16921692        END SUBROUTINE  isotrac_recolorise_saturation
    16931693
     
    17411741#endif
    17421742
    1743         return
     1743
    17441744        END SUBROUTINE  isotrac_recolorise_boite
    17451745
     
    17881788#endif
    17891789
    1790         return
     1790
    17911791        END SUBROUTINE  isotrac_recolorise_extra
    17921792
     
    18571857#endif
    18581858
    1859         return
     1859
    18601860        END SUBROUTINE  isotrac_recolorise_conv
    18611861
     
    19101910        enddo
    19111911
    1912         return
     1912
    19131913        END SUBROUTINE  boite_AMMA_init
    19141914
     
    19481948        enddo
    19491949
    1950         return
     1950
    19511951        END SUBROUTINE  boite_UT_extra_init
    19521952
     
    19681968        endif
    19691969
    1970         return
     1970
    19711971        end function index_zone_lat
    19721972
     
    19881988        write(*,*) 'zone_pres=',zone_pres(1:nzone_pres-1)
    19891989
    1990         return
     1990
    19911991        end function index_zone_pres
    19921992
     
    20242024        endif !if (nzone_pres.gt.1) then
    20252025
    2026         return
     2026
    20272027        end function find_index
    20282028
     
    20452045        index_zone_latpres=index_lat+(index_pres-1)*nzone_lat
    20462046
    2047         return
     2047
    20482048        end function index_zone_latpres
    20492049
     
    22542254#endif
    22552255
    2256             return
     2256
    22572257            END SUBROUTINE  iso_recolorise_condensation
    22582258
     
    22812281        enddo !do i=1,klon
    22822282       
    2283         return
     2283
    22842284        END SUBROUTINE  bassin_map_init_opt20
    22852285
     
    23092309      endif !if (option_traceurs.eq.4) then
    23102310
    2311         return
     2311
    23122312        END SUBROUTINE  isotrac_recolorise_general
    23132313
Note: See TracChangeset for help on using the changeset viewer.