Changeset 3739 for trunk/LMDZ.MARS/libf/phymars/orosetup.F90
- Timestamp:
- Apr 26, 2025, 8:20:13 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/orosetup.F90
r2651 r3739 1 MODULE orosetup_mod 2 3 IMPLICIT NONE 4 5 CONTAINS 6 1 7 SUBROUTINE OROSETUP( ngrid, nlayer, ktest, pplev, pplay, pu, pv, pt, zgeom, & 2 8 pvar,pthe, pgam, & … … 113 119 ! 1. INITIALIZATION 114 120 !-------------------------------------------------------------------------------- 115 ! 100 CONTINUE ! continue tag without source, maybe need delete in future116 121 117 122 !* 1.1 COMPUTATIONAL CONSTANTS 118 123 kidia=1 119 124 kfdia=ngrid 120 ! 110 CONTINUE ! continue tag without source, maybe need delete in future121 125 ILEVM1=nlayer-1 122 126 ILEVM2=nlayer-2 … … 129 133 ! 2. Compute all the critical levels and the coeffecients of anisotropy 130 134 !----------------------------------------------------------------------------------------------------- 131 ! 200 CONTINUE ! continue tag without source, maybe need delete in future 135 132 136 ! 2.1 Define low level wind, project winds in plane of low level wind, 133 137 ! determine sector in which to take the variance and set indicator for critical levels. … … 209 213 enddo 210 214 211 ! 210 CONTINUE ! continue tag without source, maybe need delete in future212 215 ! Initialize various arrays for the following computes 213 216 DO JL=kidia,kfdia … … 329 332 330 333 ! 2.2 Brunt-vaisala frequency and density at half levels 331 220 CONTINUE ! continue tag without source, maybe need delete in future332 334 333 335 DO JK=ilevh,nlayer … … 366 368 367 369 ! 2.3 Mean flow richardson number and critical height for proude layer 368 ! 230 CONTINUE ! continue tag without source, maybe need delete in future369 370 370 371 DO JK=2,nlayer … … 471 472 end DO 472 473 473 ! 260 CONTINUE ! continue tag without source, maybe need delete in future 474 475 RETURN 476 END 474 END SUBROUTINE OROSETUP 475 476 END MODULE orosetup_mod
Note: See TracChangeset
for help on using the changeset viewer.