Ignore:
Timestamp:
Nov 10, 2017, 2:25:09 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Continuing LMDZ/DYNAMICO physiqs match-up. First step in replacing dtime in the physics

Location:
LMDZ6/branches/DYNAMICO-conv/libf/misc
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/misc/handle_err_m.F90

    • Property svn:keywords set to Id
    r2094 r3065  
    3939          end if
    4040       end if
    41        call abort_gcm("NetCDF95 handle_err", "", 1)
     41       call abort_physic("NetCDF95 handle_err", "", 1)
    4242    end if
    4343
  • LMDZ6/branches/DYNAMICO-conv/libf/misc/wxios.F90

    • Property svn:keywords set to Id
    r3003 r3065  
    203203            CASE DEFAULT
    204204                abort_message = 'wxios_set_cal: Mauvais choix de calendrier'
    205                 CALL abort_gcm('Gcm:Xios',abort_message,1)
     205                CALL abort_physic('Gcm:Xios',abort_message,1)
    206206        END SELECT
    207207       
Note: See TracChangeset for help on using the changeset viewer.