New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11367 for NEMO/branches/UKMO/NEMO_4.0_GO8_coupled_iodef/src/ICE/icethd_do.F90 – NEMO

Ignore:
Timestamp:
2019-07-29T18:10:24+02:00 (5 years ago)
Author:
dancopsey
Message:

More print statements including fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_GO8_coupled_iodef/src/ICE/icethd_do.F90

    r11355 r11367  
    115115 
    116116      at_i(:,:) = SUM( a_i, dim=3 ) 
     117 
     118      IF(narea == 68) THEN 
     119         WRITE(968,*) 'utau_ice in icethd_do = ',utau_ice(54,1) 
     120         WRITE(968,*) 'vtau_ice in icethd_do = ',vtau_ice(54,1) 
     121      ENDIF 
     122 
    117123      !------------------------------------------------------------------------------! 
    118124      ! 1) Collection thickness of ice formed in leads and polynyas 
     
    207213      END DO 
    208214 
    209       IF(narea == 419) THEN 
    210          WRITE(9419,*) 'npti in icetd_do = ',npti 
    211          WRITE(9419,*) 'max qlead = ',MAXVAL(  qlead(:,:) ) 
    212          WRITE(9419,*) 'min qlead = ',MINVAL(  qlead(:,:) ) 
    213          WRITE(9419,*) 'qlead(48,31) = ', qlead(48,31) 
    214          WRITE(9419,*) 'tau_icebfr(48,31) = ',tau_icebfr(48,31) 
     215      IF(narea == 68) THEN 
     216         WRITE(968,*) 'npti in icetd_do = ',npti 
     217         WRITE(968,*) 'max qlead = ',MAXVAL(  qlead(:,:) ) 
     218         WRITE(968,*) 'min qlead = ',MINVAL(  qlead(:,:) ) 
     219         WRITE(968,*) 'qlead(48,31) = ', qlead(48,31) 
     220         WRITE(968,*) 'tau_icebfr(48,31) = ',tau_icebfr(48,31) 
     221         WRITE(968,*) 'sum wfx_opw = ',SUM( wfx_opw ) 
    215222      ENDIF 
    216223 
     
    239246         CALL tab_2d_1d( npti, nptidx(1:npti), sss_1d    (1:npti) , sss_m      ) 
    240247 
    241          IF(narea == 419) THEN 
    242             WRITE(9419,*) 'wfx_opw(48,31) = ',wfx_opw(48,31) 
    243             WRITE(9419,*) 'max wfx_opw_1d icethd_do after to 1d = ',MAXVAL(  ABS( wfx_opw_1d(:) )  ) 
     248         IF(narea == 68) THEN 
     249            WRITE(968,*) 'wfx_opw(48,31) = ',wfx_opw(48,31) 
     250            WRITE(968,*) 'max wfx_opw_1d icethd_do after to 1d = ',MAXVAL(  ABS( wfx_opw_1d(:) )  ) 
     251            WRITE(968,*) 'sum wfx_opw_1d = ',SUM( wfx_opw_1d ) 
    244252         ENDIF 
    245253 
     
    309317         END DO 
    310318 
    311          IF(narea == 419) THEN 
    312             WRITE(9419,*) 'max wfx_opw_1d icethd_do after calculation = ',MAXVAL(  ABS( wfx_opw_1d(:) ) ) 
    313             WRITE(9419,*) 'max zv_newice icethd_do after calculation = ',MAXVAL(  ABS( zv_newice(:) )  ) 
    314             WRITE(9419,*) 'rhoi = ',rhoi 
    315             WRITE(9419,*) 'r1_rdtice = ',r1_rdtice 
    316             WRITE(9419,*) 'max qlead_1d icethd_do after calculation = ',MAXVAL(  ABS( qlead_1d(:) )  ) 
    317             WRITE(9419,*) 'max ze_newice icethd_do after calculation = ',MAXVAL(  ABS( ze_newice(:) )  ) 
    318             WRITE(9419,*) 'max t_bo_1d icethd_do after calculation = ',MAXVAL(  ABS( t_bo_1d(:) )  ) 
     319         IF(narea == 68) THEN 
     320            WRITE(968,*) 'sum wfx_opw_1d icethd_do after calculation = ',SUM( wfx_opw_1d ) 
     321            WRITE(968,*) 'sum zv_newice icethd_do after calculation = ',SUM(  zv_newice) 
     322            WRITE(968,*) 'rhoi = ',rhoi 
     323            WRITE(968,*) 'r1_rdtice = ',r1_rdtice 
     324            WRITE(968,*) 'sum qlead_1d icethd_do after calculation = ',SUM( qlead_1d) 
     325            WRITE(968,*) 'sum ze_newice icethd_do after calculation = ',SUM( ze_newice) 
     326            WRITE(968,*) 'sum t_bo_1d icethd_do after calculation = ',SUM( t_bo_1d) 
    319327         ENDIF 
    320328          
Note: See TracChangeset for help on using the changeset viewer.