Changeset 3403 for LMDZ6/trunk/libf
- Timestamp:
- Oct 17, 2018, 2:09:48 PM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd/cosp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_types.F90
r3233 r3403 1106 1106 ! --- Initialize the distributional parameters for hydrometeors in radar simulator 1107 1107 1108 write(*,*) 'RADAR_SIM microphysics scheme is set to: ', &1109 trim(RADAR_SIM_MICROPHYSICS_SCHEME_NAME)1108 ! write(*,*) 'RADAR_SIM microphysics scheme is set to: ', & 1109 ! trim(RADAR_SIM_MICROPHYSICS_SCHEME_NAME) 1110 1110 1111 1111 -
LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90
r3374 r3403 381 381 ! Deallocate memory in derived types 382 382 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 383 print *, 'Deallocating memory...'383 ! print *, 'Deallocating memory...' 384 384 call free_cosp_gridbox(gbx) 385 385 call free_cosp_subgrid(sgx)
Note: See TracChangeset
for help on using the changeset viewer.