Changeset 2769 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jan 24, 2017, 3:22:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq_mod.F90
r2753 r2769 16 16 d_u, d_v, d_t, d_qx, d_ps) 17 17 18 use assert_m, only: assert 18 19 USE ioipsl, only: histbeg, histvert, histdef, histend, histsync, & 19 20 histwrite, ju2ymds, ymds2ju, getin … … 1125 1126 ENDIF 1126 1127 1127 !====================================================================== 1128 ! Quick check on pressure levels: 1129 do i = 1, klon 1130 call assert(paprs(i, nbp_lev + 1) < paprs(i, nbp_lev), & 1131 "physiq_mod paprs bad order") 1132 end do 1128 1133 1129 1134 IF (first) THEN
Note: See TracChangeset
for help on using the changeset viewer.