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 11482 for NEMO/branches/2019/dev_r11351_fldread_with_XIOS/src/OCE/SBC/sbcblk.F90 – NEMO

Ignore:
Timestamp:
2019-08-29T13:15:12+02:00 (5 years ago)
Author:
andmirek
Message:

Ticket #2195 read initial conditions with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11351_fldread_with_XIOS/src/OCE/SBC/sbcblk.F90

    r11405 r11482  
    827827                          name = TRIM(aname), domain_ref="grid_global", & 
    828828                          operation = "instant") 
     829            WRITE(aname,'(a3,i2.2)') 'dst',jn 
    829830            CALL xios_add_child(file_hdl, field_hdl, TRIM(aname)//TRIM(sf(jf)%wgtname)) 
    830831            CALL xios_set_attr (field_hdl, enabled = .TRUE., & 
    831832                          name = TRIM(aname), domain_ref="grid_global", & 
    832                           operation = "instant")  
     833                          operation = "instant") 
     834            WRITE(aname,'(a3,i2.2)') 'wgt',jn 
     835            CALL xios_add_child(file_hdl, field_hdl, TRIM(aname)//TRIM(sf(jf)%wgtname)) 
     836            CALL xios_set_attr (field_hdl, enabled = .TRUE., & 
     837                          name = TRIM(aname), domain_ref="grid_global", & 
     838                          operation = "instant") 
    833839         ENDDO  
    834840      ENDDO    
Note: See TracChangeset for help on using the changeset viewer.