Ignore:
Timestamp:
Jul 20, 2024, 11:17:09 PM (4 months ago)
Author:
abarral
Message:

Move lmdz_netcdf_format.F90 -> lmdz_cppkeys_wrapper.F90 to handle other CPP keys
Replace all (except wrapper) use of CPP_PHYS by fortran logical
Refactor makelmdz_fcm (put blocks into functions, use modern bash)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/inigeom.F

    r5086 r5091  
    348348      DO j = 1, jjp1
    349349c
    350       IF ( j. eq. 1 )  THEN
     350      IF ( j == 1 )  THEN
    351351c
    352352      yprm           = yprimu1(j)
     
    378378      END IF
    379379c
    380       IF ( j. eq. jjp1 )  THEN
     380      IF ( j == jjp1 )  THEN
    381381       yprp               = yprimu2(j-1)
    382382       rlatp              = rlatu2 (j-1)
Note: See TracChangeset for help on using the changeset viewer.