Ignore:
Timestamp:
06/29/23 17:51:59 (11 months ago)
Author:
dumas
Message:

Add new Ice Core sites and lon lat fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/Ant40_files/output_anta40_mod-0.4.f90

    r436 r437  
    270270       enddo 
    271271    enddo 
    272     print*,'init_outshort : ice core ', trim(ic_name(k)), nloop 
    273     print*,'init_outshort lon,lat', ic_lon(k),ic_lat(k) 
    274     print*,'init_outshort i,j',iic(k),jic(k) 
    275     print*,'init_outshort lon lat GRISLI',xlong(iic(k),jic(k)),ylat(iic(k),jic(k)) 
     272    !print*,'init_outshort : ice core ', trim(ic_name(k)), nloop 
     273    !print*,'init_outshort lon,lat', ic_lon(k),ic_lat(k) 
     274    !print*,'init_outshort i,j',iic(k),jic(k) 
     275    !print*,'init_outshort lon lat GRISLI',xlong(iic(k),jic(k)),ylat(iic(k),jic(k)) 
    276276 enddo            
    277277           
     
    362362!     if (status /= nf90_noerr) call handle_err(status) 
    363363!  enddo 
    364   print*,'ic_name',ic_name    
     364  !print*,'ic_name',ic_name    
    365365  status=nf90_put_var(ncidic, stationVarIDic, ic_name) !,start=(/1/),count=(/nbic/)) 
    366366  if (status /= nf90_noerr) call handle_err(status) 
Note: See TracChangeset for help on using the changeset viewer.