Changeset 6056 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Jan 27, 2026, 9:29:11 AM (6 days ago)
Author:
idelkadi
Message:

Cospv2 implementation in LMDZ (continued, corrections)

Location:
LMDZ6/trunk/libf/phylmd/cospv2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cospv2/lmdz/lmdz_cosp_interface.F90

    r6047 r6056  
    410410! note: reff_cosp dimensions should be same as cosp (reff_cosp has 9 hydrometeor dimension)
    411411     Reff(1:Npoints,1:Nlevels,1:N_HYDRO) = 0.
    412      !Reff(:,:,I_LSCLIQ) = ref_liq*1e-6
    413      !Reff(:,:,I_LSCICE) = ref_ice*1e-6
    414      Reff(:,:,I_LSCLIQ) = ref_liq
    415      Reff(:,:,I_LSCICE) = ref_ice
     412     Reff(:,:,I_LSCLIQ) = ref_liq*1e-6
     413     Reff(:,:,I_LSCICE) = ref_ice*1e-6
    416414     !IF (is_master) print*,'Reff(:,:,I_LSCLIQ) = ',Reff(:,:,I_LSCLIQ)
    417415     !IF (is_master) print*,'Reff(:,:,I_LSCICE) = ',Reff(:,:,I_LSCICE)
  • LMDZ6/trunk/libf/phylmd/cospv2/src/cosp_config.F90

    r6025 r6056  
    421421         niv_sorties = 40
    422422    real(wp),parameter,dimension(niv_sorties) :: &
    423          vgrid_z_in = (/240.0, 720.0, 1200.0, 1680.0, 2160.0, 2640.0, 3120.0, 3600.0, &
    424                         4080.0, 4560.0, 5040.0, 5520.0, 6000.0, 6480.0, 6960.0, 7440.0, &
    425                         7920.0, 8400.0, 8880.0, 9360.0, 9840.0, 10320.0, 10800.0, &
    426                         11280.0, 11760.0, 12240.0, 12720.0, 13200.0, 13680.0, 14160.0, &
    427                         14640.0, 15120.0, 15600.0, 16080.0, 16560.0, 17040.0, 17520.0, &
    428                         18000.0, 18480.0, 18960.0/)
     423        ! vgrid_z_in = (/240.0, 720.0, 1200.0, 1680.0, 2160.0, 2640.0, 3120.0, 3600.0, &
     424         !               4080.0, 4560.0, 5040.0, 5520.0, 6000.0, 6480.0, 6960.0, 7440.0, &
     425          !              7920.0, 8400.0, 8880.0, 9360.0, 9840.0, 10320.0, 10800.0, &
     426           !             11280.0, 11760.0, 12240.0, 12720.0, 13200.0, 13680.0, 14160.0, &
     427            !            14640.0, 15120.0, 15600.0, 16080.0, 16560.0, 17040.0, 17520.0, &
     428             !           18000.0, 18480.0, 18960.0/)
     429         vgrid_z_in = (/ 18960.0,     18480.0, &
     430                         18000.0,     17520.0,     17040.0, &
     431                         16560.0,     16080.0,     15600.0, &
     432                         15120.0,     14640.0,     14160.0, &
     433                         13680.0,     13200.0,     12720.0, &
     434                         12240.0,     11760.0,     11280.0, &
     435                         10800.0,     10320.0,     9840.0, &
     436                         9360.0,     8880.0,     8400.0, &
     437                         7920.0,     7440.0,     6960.0, &
     438                         6480.0,     6000.0,     5520.0, &
     439                         5040.0,     4560.0,     4080.0, &
     440                         3600.0,     3120.0,     2640.0, &
     441                         2160.0,     1680.0,     1200.0, &
     442                         720.0,     240.0/)
    429443
    430444END MODULE MOD_COSP_CONFIG
Note: See TracChangeset for help on using the changeset viewer.