Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/oasis.F90

    r5116 r5117  
    112112    USE surface_data, ONLY: version_ocean
    113113    USE carbon_cycle_mod, ONLY: carbon_cycle_cpl
    114     USE wxios, ONLY: wxios_context_init
     114    USE lmdz_wxios, ONLY: wxios_context_init
    115115    USE chemistry_cycle_mod, ONLY: dms_cycle_cpl, n2o_cycle_cpl
    116116    USE lmdz_xios 
     
    197197    infosend(ids_calvin)%action = .TRUE. ; infosend(ids_calvin)%name = 'COCALVIN'
    198198   
    199     if (activate_ocean_skin == 2) THEN
     199    IF (activate_ocean_skin == 2) THEN
    200200       infosend(ids_delta_sst)%action = .TRUE.
    201201       infosend(ids_delta_sst)%name = 'CODELSST'
     
    247247   inforecv(idr_icetem)%action = .TRUE. ; inforecv(idr_icetem)%name = 'SIICTEMW'
    248248
    249    if (activate_ocean_skin >= 1) THEN
     249   IF (activate_ocean_skin >= 1) THEN
    250250      inforecv(idr_sss)%action = .TRUE.
    251251      inforecv(idr_sss)%name = 'SISUSALW'
Note: See TracChangeset for help on using the changeset viewer.