Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (2 months ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Put cbrt.f90, ch*.f90, pch*.f90 in new lmdz_libmath_pch.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/write_field_loc.F90

    r5103 r5113  
    11module write_field_loc
    2 implicit none
     2IMPLICIT NONE
    33 
    44  interface WriteField_u
     
    2121
    2222  SUBROUTINE write_field2D_u(name,Field)
    23     implicit none
     23    IMPLICIT NONE
    2424     
    2525    character(len=*)   :: name
     
    3737    USE write_field
    3838    USE mod_hallo
    39     implicit none
     39    IMPLICIT NONE
    4040    include 'dimensions.h'
    4141    include 'paramet.h'
     
    8686
    8787  SUBROUTINE write_field2D_v(name,Field)
    88     implicit none
     88    IMPLICIT NONE
    8989     
    9090    character(len=*)   :: name
     
    102102    USE write_field
    103103    USE mod_hallo
    104     implicit none
     104    IMPLICIT NONE
    105105    include 'dimensions.h'
    106106    include 'paramet.h'
Note: See TracChangeset for help on using the changeset viewer.