Changeset 3065 for LMDZ6/branches/DYNAMICO-conv/libf/misc
- Timestamp:
- Nov 10, 2017, 2:25:09 PM (7 years ago)
- 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 39 39 end if 40 40 end if 41 call abort_ gcm("NetCDF95 handle_err", "", 1)41 call abort_physic("NetCDF95 handle_err", "", 1) 42 42 end if 43 43 -
Property
svn:keywords
set to
-
LMDZ6/branches/DYNAMICO-conv/libf/misc/wxios.F90
-
Property
svn:keywords
set to
Id
r3003 r3065 203 203 CASE DEFAULT 204 204 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) 206 206 END SELECT 207 207 -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.