Changeset 2116 for LMDZ5/branches/testing/libf
- Timestamp:
- Sep 9, 2014, 6:49:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/libf/dyn3d_common/grilles_gcm_netcdf_sub.F90
r1999 r2116 227 227 CALL handle_err(status) 228 228 #else 229 status=NF_PUT_VARA_REAL(ncid_out, out_levid,1,llm,rlevdeg)229 status=NF_PUT_VARA_REAL(ncid_out,presnivs_id,1,llm,rlevdeg) 230 230 CALL handle_err(status) 231 231 #endif
Note: See TracChangeset
for help on using the changeset viewer.