Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 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/dynphy_lonlat/phylmd/callphysiq_mod.F90

    r5110 r5116  
    6969
    7070  !$OMP MASTER
    71   if (ok_dyn_xios) then
     71  if (ok_dyn_xios) THEN
    7272     CALL xios_get_current_context(dyn3d_ctx_handle)
    7373  endif
     
    9999! switching back to LMDZDYN context
    100100!$OMP MASTER
    101   if (ok_dyn_xios) then
     101  if (ok_dyn_xios) THEN
    102102     CALL xios_set_current_context(dyn3d_ctx_handle)
    103103  endif
Note: See TracChangeset for help on using the changeset viewer.