Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/covnat_loc.f90

    r5105 r5116  
    3434  ije=ij_end
    3535
    36   if (pole_nord) then
    37 
     36  if (pole_nord) THEN
    3837!$OMP DO SCHEDULE(STATIC,OMP_CHUNK)
    3938    DO l = 1,klevel
     
    4544  endif
    4645
    47   if (pole_sud) then
     46  if (pole_sud) THEN
    4847!$OMP DO SCHEDULE(STATIC,OMP_CHUNK)
    4948    DO l = 1,klevel
Note: See TracChangeset for help on using the changeset viewer.