Changeset 2311 for trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
- Timestamp:
- May 6, 2020, 1:46:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
r2162 r2311 13 13 & nq,tau,tauscaling,rdust,rice,nuice, 14 14 & rsedcloud,rhocloud,totcloudfrac) 15 USE ioipsl_getin com, ONLY: getin15 USE ioipsl_getin_p_mod, ONLY : getin_p 16 16 USE updaterad, ONLY: updaterdust, updaterice_micro, 17 17 & updaterice_typ … … 132 132 write(*,*) 'stop in watercloud (nq.gt.nqmx)!' 133 133 write(*,*) 'nq=',nq,' nqmx=',nqmx 134 stop134 call abort_physic("watercloud","nq.gt.nqmx",1) 135 135 endif 136 136 … … 144 144 imicro = 30 145 145 #endif 146 call getin ("imicro",imicro)146 call getin_p("imicro",imicro) 147 147 write(*,*)"watercloud: imicro = ",imicro 148 148
Note: See TracChangeset
for help on using the changeset viewer.