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

    r5112 r5116  
    5555  USE create_limit_unstruct_mod, ONLY: create_limit_unstruct
    5656  USE phyaqua_mod, ONLY: iniaqua
    57   USE phys_cal_mod, only: year_len
     57  USE phys_cal_mod, ONLY: year_len
    5858  USE lmdz_phys_para, ONLY: is_omp_master
    5959  USE lmdz_ioipsl_getin_p, ONLY: getin_p
     
    8484                CALL MPI_Finalize(ierr)
    8585                abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'
    86                 write(lunout,*) abort_message
     86                WRITE(lunout,*) abort_message
    8787                STOP 0
    8888!                CALL abort_physic(modname,abort_message,0)
Note: See TracChangeset for help on using the changeset viewer.